diff --git a/.github/workflows/build-and-release.yml b/.github/workflows/build-and-release.yml index 708e439..72db8d7 100644 --- a/.github/workflows/build-and-release.yml +++ b/.github/workflows/build-and-release.yml @@ -14,7 +14,7 @@ permissions: id-token: write env: - GO_VERSION: 1.22.1 + GO_VERSION: 1.22.5 REGISTRY: ghcr.io IMAGE_NAME: ${{ github.repository }}