diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 3c1279a..9154d32 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -19,7 +19,7 @@ jobs: - name: Check out Code uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '~1.24' - name: Initialize Go module cache @@ -49,7 +49,7 @@ jobs: - name: Check out Code uses: actions/checkout@v4 - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '~1.24' - name: Initialize Go module cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 52bf088..881129f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: mkdir -p $HOME/.cache/snapcraft/download mkdir -p $HOME/.cache/snapcraft/stage-packages - name: Set up Go - uses: actions/setup-go@v5 + uses: actions/setup-go@v6 with: go-version: '~1.24' - name: Download Go dependencies