Skip to content

Commit b5833c9

Browse files
committed
GH Actions: updated to Go 1.23
1 parent 9dc355a commit b5833c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
go: ['1.21.x', '1.22.x']
17+
go: ['1.22.x', '1.23.x']
1818
steps:
1919
- uses: actions/checkout@v4
2020

@@ -36,7 +36,7 @@ jobs:
3636
run: go test -race -v ./...
3737

3838
- name: Coveralls
39-
if: ${{ startsWith(matrix.go, '1.22') && github.event_name == 'push' }}
39+
if: ${{ startsWith(matrix.go, '1.23') && github.event_name == 'push' }}
4040
env:
4141
COVERALLS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4242
run: |

0 commit comments

Comments
 (0)