X Tutup
Skip to content

Commit a587180

Browse files
committed
ci: add go1.17
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
1 parent 55e93b8 commit a587180

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
go-version: [1.15.x, 1.16.x]
20+
go-version: [1.15.x, 1.16.x, 1.17.x]
2121
rootless: ["rootless", ""]
2222
race: ["-race", ""]
2323

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_VERSION=1.16
1+
ARG GO_VERSION=1.17
22
ARG BATS_VERSION=v1.3.0
33

44
FROM golang:${GO_VERSION}-buster

0 commit comments

Comments
 (0)
X Tutup