Skip to content

Commit 5218ea1

Browse files
fix: update minimum go version
1 parent 011890e commit 5218ea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: 1.17
17+
go-version: 1.18
1818

1919
- name: Configure git for private modules
2020
env:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: true
1616
matrix:
17-
go-version: [1.17.x, 1.18.x, 1.19.x]
17+
go-version: [1.18.x, 1.19.x, 1.20.x]
1818

1919
name: Tests - Go ${{ matrix.go-version }}
2020

0 commit comments

Comments
 (0)