diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 26b0b90..240377a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v5 with: go-version-file: 'go.mod' diff --git a/.github/workflows/testbuild.yml b/.github/workflows/testbuild.yml index 356e992..b5f1900 100644 --- a/.github/workflows/testbuild.yml +++ b/.github/workflows/testbuild.yml @@ -12,7 +12,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v3 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v3 with: go-version-file: 'go.mod' - name: Get dependencies @@ -25,7 +25,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v3 - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v3 + uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v3 with: go-version-file: 'go.mod' - name: golangci-lint