We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55e93b8 commit a587180Copy full SHA for a587180
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- go-version: [1.15.x, 1.16.x]
+ go-version: [1.15.x, 1.16.x, 1.17.x]
21
rootless: ["rootless", ""]
22
race: ["-race", ""]
23
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG GO_VERSION=1.16
+ARG GO_VERSION=1.17
2
ARG BATS_VERSION=v1.3.0
3
4
FROM golang:${GO_VERSION}-buster
0 commit comments