mirror of
https://github.com/davidebianchi/gswagger.git
synced 2025-12-23 23:38:43 -05:00
ci: bump golang v1.24 as previous are EOL
This commit is contained in:
4
.github/workflows/test-builds.yml
vendored
4
.github/workflows/test-builds.yml
vendored
@@ -9,10 +9,10 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
go_version: ['1.20', '1.21']
|
||||
go_version: ['1.24', '1.25']
|
||||
os: [ubuntu-latest]
|
||||
include:
|
||||
- go_version: '1.21'
|
||||
- go_version: '1.25'
|
||||
os: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
Reference in New Issue
Block a user