diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index c90bc6e..24bee67 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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 && \ diff --git a/mise/config.toml b/mise/config.toml index fdee14e..d15394f 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,5 +1,5 @@ [env] -GOTOOLCHAIN = "go1.24.1" +GOTOOLCHAIN = "go1.24.2" [tasks.test] description = "Run tests"