We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3279a2 commit 3b4d8a9Copy full SHA for 3b4d8a9
.github/workflows/main.yml
@@ -16,7 +16,7 @@ env:
16
# go needs absolute directories, using the $HOME variable doesn't work here.
17
GOCACHE: /home/runner/work/go/pkg/build
18
GOPATH: /home/runner/work/go
19
- GO_VERSION: 1.16.8
+ GO_VERSION: 1.18.4
20
21
jobs:
22
########################
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.14-alpine as builder
+FROM golang:1.18-alpine as builder
2
3
# Install build dependencies such as git and glide.
4
RUN apk add --no-cache git gcc musl-dev
0 commit comments