diff --git a/.github/workflows/test-build-release.yml b/.github/workflows/test-build-release.yml index d8611e6..afcbe2c 100644 --- a/.github/workflows/test-build-release.yml +++ b/.github/workflows/test-build-release.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v4 - name: Setup Go version - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: 'go.mod' - name: Install versioning tool