diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 308a4dd..cea8032 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -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 diff --git a/mise/config.toml b/mise/config.toml index 797a7b5..48a7952 100644 --- a/mise/config.toml +++ b/mise/config.toml @@ -1,5 +1,5 @@ [env] -GOTOOLCHAIN = "go1.24.0" +GOTOOLCHAIN = "go1.24.1" [tasks.test] description = "Run tests"