Merge pull request #3021 from kolyshkin/go-1.17beta1

ci: add go1.17
This commit is contained in:
Mrunal Patel
2021-08-18 13:32:05 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.15.x, 1.16.x, 1.17.x]
rootless: ["rootless", ""] rootless: ["rootless", ""]
race: ["-race", ""] race: ["-race", ""]
+1 -1
View File
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.16 ARG GO_VERSION=1.17
ARG BATS_VERSION=v1.3.0 ARG BATS_VERSION=v1.3.0
FROM golang:${GO_VERSION}-buster FROM golang:${GO_VERSION}-buster