Skip to content

Commit 70408a1

Browse files
committed
Update CI to Go 1.20
1 parent a241038 commit 70408a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
matrix:
1515
# Minimum supported version (1.17) and the latest two
16-
go-version: [1.17, 1.18, 1.19]
16+
go-version: ['1.17', '1.19', '1.20']
1717
platform: [ubuntu-latest, macos-latest, windows-latest]
1818
runs-on: ${{ matrix.platform }}
1919

@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: Check formatting
30-
if: matrix.go-version == '1.19' && matrix.platform == 'ubuntu-latest'
30+
if: matrix.go-version == '1.20' && matrix.platform == 'ubuntu-latest'
3131
run: diff -u <(echo -n) <(go fmt $(go list ./...))
3232

3333
- name: Run unit tests

0 commit comments

Comments
 (0)