From a68a2e523086c9e54309afb7a67c1d861716c78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 20:28:52 +0000 Subject: [PATCH] chore(deps): update dependency go to v1.23.3 --- .github/workflows/codeql.yml | 2 +- .github/workflows/go-test.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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