chore: bump Go to 1.24.1
This commit is contained in:
parent
d7391cd9b2
commit
3f845d5c04
4
.github/workflows/ci-build.yml
vendored
4
.github/workflows/ci-build.yml
vendored
@ -31,10 +31,10 @@ jobs:
|
||||
ffmpeg-version: release
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Go 1.24.0
|
||||
- name: Setup Go 1.24.1
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.0'
|
||||
go-version: '1.24.1'
|
||||
cache: false
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
|
@ -1,5 +1,5 @@
|
||||
[env]
|
||||
GOTOOLCHAIN = "go1.24.0"
|
||||
GOTOOLCHAIN = "go1.24.1"
|
||||
|
||||
[tasks.test]
|
||||
description = "Run tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user