Skip to content

Commit 5bc094b

Browse files
author
Qingping Hou
committed
bump go version to 1.16
1 parent 514748f commit 5bc094b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v1
1919
with:
20-
go-version: 1.14
20+
go-version: 1.16
2121
id: go
2222

2323
- name: Check out code into the Go module directory
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Go
4444
uses: actions/setup-go@v1
4545
with:
46-
go-version: 1.14
46+
go-version: 1.16
4747
id: go
4848

4949
- name: Run goreleaser

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.13.1 as build
1+
FROM golang:1.16.3 as build
22
ADD . /app
33
WORKDIR /app
44

0 commit comments

Comments
 (0)