Skip to content

Commit

Permalink
chore(ci): add gh workflows on go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
maximerety committed Jan 21, 2025
1 parent 3ce8e5f commit 1b9914b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22' ]
go-version: [ '1.22', '1.23' ]
steps:
- uses: actions/checkout@v1
- name: Set up Go ${{ matrix.go-version }}
Expand All @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ '1.22' ]
go-version: [ '1.22', '1.23' ]
steps:
- uses: actions/checkout@v1
- name: Set up Go ${{ matrix.go-version }}
Expand Down

0 comments on commit 1b9914b

Please sign in to comment.