chore: bump Go to 1.24.2

This commit is contained in:
Rob Watson 2025-04-03 20:08:48 +02:00
parent 2eeb809e6e
commit 87f6786387
2 changed files with 5 additions and 5 deletions

View File

@ -35,10 +35,10 @@ jobs:
ffmpeg-version: release ffmpeg-version: release
- name: checkout - name: checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Go 1.24.1 - name: Setup Go 1.24.2
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.1' go-version: '1.24.2'
cache: false cache: false
- name: golangci-lint - name: golangci-lint
uses: golangci/golangci-lint-action@v6 uses: golangci/golangci-lint-action@v6
@ -67,10 +67,10 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Setup Go 1.24.1 - name: Setup Go 1.24.2
uses: actions/setup-go@v5 uses: actions/setup-go@v5
with: with:
go-version: '1.24.1' go-version: '1.24.2'
- name: install OS dependencies - name: install OS dependencies
run: | run: |
sudo apt-get -y update && \ sudo apt-get -y update && \

View File

@ -1,5 +1,5 @@
[env] [env]
GOTOOLCHAIN = "go1.24.1" GOTOOLCHAIN = "go1.24.2"
[tasks.test] [tasks.test]
description = "Run tests" description = "Run tests"