diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 1b9ba07..6acbee8 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -19,7 +19,7 @@ jobs: - name: Check out Code uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '~1.24' - name: Initialize Go module cache @@ -49,7 +49,7 @@ jobs: - name: Check out Code uses: actions/checkout@v7 - name: Set up Go - uses: actions/setup-go@v6 + uses: actions/setup-go@v7 with: go-version: '~1.24' - name: Initialize Go module cache diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5b1dd40..daca948 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@v6 + uses: actions/setup-go@v7 with: go-version: '~1.24' - name: Download Go dependencies