Skip to content

Commit bacd357

Browse files
ci: bump golang v1.24 as previous are EOL
1 parent eb3c4d9 commit bacd357

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-builds.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
runs-on: ${{ matrix.os }}
1010
strategy:
1111
matrix:
12-
go_version: ['1.20', '1.21']
12+
go_version: ['1.24', '1.25']
1313
os: [ubuntu-latest]
1414
include:
15-
- go_version: '1.21'
15+
- go_version: '1.25'
1616
os: macos-latest
1717
steps:
1818
- uses: actions/checkout@v1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/davidebianchi/gswagger
22

3-
go 1.20
3+
go 1.24
44

55
require (
66
github.com/getkin/kin-openapi v0.126.0

0 commit comments

Comments
 (0)