ci: Update Go version in build-and-test workflow to 1.23
All checks were successful
Go / build (push) Successful in 22s
All checks were successful
Go / build (push) Successful in 22s
This commit is contained in:
parent
ba1677382d
commit
30281d02fb
@ -19,7 +19,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
go-version: '1.22'
|
go-version: '1.23'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: go build -v ./...
|
run: go build -v ./...
|
||||||
|
Loading…
x
Reference in New Issue
Block a user