bump to go 1.19 and update workflow refs

This commit is contained in:
i-norden
2023-04-14 14:49:39 +08:00
committed by roysc
parent b410c0876a
commit 20fa187092
6 changed files with 168 additions and 435 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
FROM golang:1.18-alpine as builder
FROM golang:1.19-alpine as builder
RUN apk --update --no-cache add make git g++ linux-headers
# DEBUG