From 14bf5410427d802e4b09d2e8f86f81db9cd44070 Mon Sep 17 00:00:00 2001 From: abhisek Date: Fri, 18 Oct 2024 22:24:37 +0530 Subject: [PATCH] chore: Update Go to 1.23 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/codeql.yml | 2 +- .github/workflows/golangci-lint.yml | 2 +- .github/workflows/goreleaser.yml | 2 +- .tool-versions | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0195382..91c055f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - name: Build and Test @@ -43,7 +43,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - name: Build vet diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index f92138c..31f92cb 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -44,7 +44,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - name: Initialize CodeQL diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index dfe8bf3..5535189 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/setup-go@v4 with: - go-version: 1.22 + go-version: 1.23 cache: false - uses: actions/checkout@v3 - name: golangci-lint diff --git a/.github/workflows/goreleaser.yml b/.github/workflows/goreleaser.yml index 3b8cb76..6c9cfe3 100644 --- a/.github/workflows/goreleaser.yml +++ b/.github/workflows/goreleaser.yml @@ -38,7 +38,7 @@ jobs: - name: Set up Go uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 with: - go-version: 1.22 + go-version: 1.23 check-latest: true - name: ghcr-login uses: docker/login-action@dd4fa0671be5250ee6f50aedf4cb05514abda2c7 # v1 diff --git a/.tool-versions b/.tool-versions index a55e88a..67ca787 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -golang 1.22.1 +golang 1.23.2 gitleaks 8.16.4