Skip to content

Commit cd374ff

Browse files
committed
Bump go-version in CICD
1 parent 2df9c81 commit cd374ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Set up Go
2020
uses: actions/setup-go@v2
2121
with:
22-
go-version: 1.16
22+
go-version: 1.17
2323
-
2424
name: Cache go modules
2525
uses: actions/cache@v2

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Compile & Test
1313
strategy:
1414
matrix:
15-
go-version: [1.16]
15+
go-version: [1.17]
1616
os: [ubuntu-latest]
1717
runs-on: ${{ matrix.os }}
1818

0 commit comments

Comments
 (0)