chore: bump Go to 1.24.2
This commit is contained in:
parent
2eeb809e6e
commit
87f6786387
8
.github/workflows/ci-build.yml
vendored
8
.github/workflows/ci-build.yml
vendored
@ -35,10 +35,10 @@ jobs:
|
||||
ffmpeg-version: release
|
||||
- name: checkout
|
||||
uses: actions/checkout@v4
|
||||
- name: Setup Go 1.24.1
|
||||
- name: Setup Go 1.24.2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.1'
|
||||
go-version: '1.24.2'
|
||||
cache: false
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v6
|
||||
@ -67,10 +67,10 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Setup Go 1.24.1
|
||||
- name: Setup Go 1.24.2
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.24.1'
|
||||
go-version: '1.24.2'
|
||||
- name: install OS dependencies
|
||||
run: |
|
||||
sudo apt-get -y update && \
|
||||
|
@ -1,5 +1,5 @@
|
||||
[env]
|
||||
GOTOOLCHAIN = "go1.24.1"
|
||||
GOTOOLCHAIN = "go1.24.2"
|
||||
|
||||
[tasks.test]
|
||||
description = "Run tests"
|
||||
|
Loading…
x
Reference in New Issue
Block a user