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
- 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 && \

View File

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