diff --git a/.github/workflows/.goreleaser.yml b/.github/workflows/.goreleaser.yml index f95140f2..1df36d56 100644 --- a/.github/workflows/.goreleaser.yml +++ b/.github/workflows/.goreleaser.yml @@ -16,6 +16,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - name: Run GoReleaser uses: goreleaser/goreleaser-action@v4 with: diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 33d6ee9a..5edd407d 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -23,6 +23,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - name: generating documentation run: cd documentation/gen && go run . - name: changes @@ -39,6 +40,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - uses: actions/cache@v2 with: path: | @@ -61,6 +63,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - uses: actions/cache@v2 with: path: | @@ -84,6 +87,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - uses: actions/cache@v2 with: path: | @@ -106,6 +110,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - uses: actions/cache@v2 with: path: | @@ -133,6 +138,7 @@ jobs: uses: actions/setup-go@v4 with: go-version-file: 'go.mod' + check-latest: true - uses: actions/cache@v2 with: path: |