diff --git a/.github/workflows/qa.yml b/.github/workflows/qa.yml index 05ee698..2e23ba2 100644 --- a/.github/workflows/qa.yml +++ b/.github/workflows/qa.yml @@ -11,7 +11,7 @@ jobs: - name: Clone repository uses: actions/checkout@v5 - name: Use Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Run QA diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 831a2fe..c661f37 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: username: ${{ github.actor }} password: ${{ secrets.GITHUB_TOKEN }} - name: Use Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version-file: ./go.mod - name: Configure action to use Dockerfile for local execution