mirror of
https://github.com/LukeHagar/libopenapi.git
synced 2025-12-06 04:20:11 +00:00
chore: upgrade go version
This commit is contained in:
committed by
quobix
parent
dc337f8acb
commit
59e7665d06
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -16,7 +16,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.21
|
||||
go-version: 1.23
|
||||
id: go
|
||||
|
||||
- name: Checkout code
|
||||
@@ -35,7 +35,7 @@ jobs:
|
||||
- name: Set up Go 1.x
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.21
|
||||
go-version: 1.23
|
||||
id: go
|
||||
|
||||
- name: Checkout code
|
||||
@@ -65,4 +65,4 @@ jobs:
|
||||
files: ./coverage.xml
|
||||
flags: unittests
|
||||
fail_ci_if_error: false
|
||||
verbose: true
|
||||
verbose: true
|
||||
|
||||
Reference in New Issue
Block a user