There was an error while loading. Please reload this page.
1 parent d43d1dc commit 5253a49Copy full SHA for 5253a49
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go 1.x
16
uses: actions/setup-go@v2
17
with:
18
- go-version: ^1.15
+ go-version: ^1.17
19
id: go
20
21
- name: Check out code into the Go module directory
.tool-versions
@@ -0,0 +1 @@
1
+golang 1.17
Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:1.15 as builder
+FROM golang:1.17 as builder
2
3
WORKDIR /opt/
4
0 commit comments