We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0463c1d commit 2922f5bCopy full SHA for 2922f5b
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
matrix:
15
# Minimum supported version (1.18) and the latest two
16
- go-version: ['1.18', '1.21', '1.22']
+ go-version: ['1.18', '1.22', '1.23']
17
platform: [ubuntu-latest, macos-latest, windows-latest]
18
runs-on: ${{ matrix.platform }}
19
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@v4
28
29
- name: Check formatting
30
- if: matrix.go-version == '1.22' && matrix.platform == 'ubuntu-latest'
+ if: matrix.go-version == '1.23' && matrix.platform == 'ubuntu-latest'
31
run: diff -u <(echo -n) <(go fmt $(go list ./...))
32
33
- name: Run unit tests
0 commit comments