diff --git a/.github/workflows/int.yml b/.github/workflows/int.yml index 8b3bf45..7563341 100644 --- a/.github/workflows/int.yml +++ b/.github/workflows/int.yml @@ -28,7 +28,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: go-version: 1.17 - run: sudo go test -v diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a723039..c9e6c49 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: go-version: 1.17 - uses: goreleaser/goreleaser-action@5df302e5e9e4c66310a6b6493a8865b12c555af2 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e0f6e0..4688b03 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: - name: Checkout uses: actions/checkout@629c2de402a417ea7690ca6ce3f33229e27606a5 - name: Set up Go - uses: actions/setup-go@424fc82d43fa5a37540bae62709ddcc23d9520d4 + uses: actions/setup-go@b22fbbc2921299758641fab08929b4ac52b32923 with: go-version: 1.17 - name: Run coverage