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 514748f commit 5bc094bCopy full SHA for 5bc094b
.github/workflows/cicd.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v1
19
with:
20
- go-version: 1.14
+ go-version: 1.16
21
id: go
22
23
- name: Check out code into the Go module directory
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
48
49
- name: Run goreleaser
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.13.1 as build
+FROM golang:1.16.3 as build
2
ADD . /app
3
WORKDIR /app
4
0 commit comments