Skip to content

Commit 6804efc

Browse files
author
Maxime Réty
authored
Merge pull request #60 from TankerHQ/max-go-1.23
chore(ci): add gh workflows on go 1.23
2 parents 3ce8e5f + 1b9914b commit 6804efc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
go-version: [ '1.22' ]
9+
go-version: [ '1.22', '1.23' ]
1010
steps:
1111
- uses: actions/checkout@v1
1212
- name: Set up Go ${{ matrix.go-version }}
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
strategy:
2222
matrix:
23-
go-version: [ '1.22' ]
23+
go-version: [ '1.22', '1.23' ]
2424
steps:
2525
- uses: actions/checkout@v1
2626
- name: Set up Go ${{ matrix.go-version }}

0 commit comments

Comments
 (0)