Skip to content

Commit 5253a49

Browse files
committed
Upgrade golang to 1.17
1 parent d43d1dc commit 5253a49

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go 1.x
1616
uses: actions/setup-go@v2
1717
with:
18-
go-version: ^1.15
18+
go-version: ^1.17
1919
id: go
2020

2121
- name: Check out code into the Go module directory

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
golang 1.17

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.15 as builder
1+
FROM golang:1.17 as builder
22

33
WORKDIR /opt/
44

0 commit comments

Comments
 (0)