diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9a634a1..b61102a 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -65,7 +65,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.1 + go-version: 1.23.3 # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index a3b5b39..8aff745 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -17,7 +17,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.1 + go-version: 1.23.3 - name: Test run: go test -v ./... -cover \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 05b1320..9d44492 100755 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: name: Set up Go uses: actions/setup-go@v5 with: - go-version: 1.21.1 + go-version: 1.23.3 - name: Run GoReleaser uses: goreleaser/goreleaser-action@v6