diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 26530ed..9daea7a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -16,7 +16,7 @@ jobs: - name: Check-out code uses: actions/checkout@v3 - name: Set up Go using version from go.mod - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: 'go.mod' - name: Run unit tests @@ -29,7 +29,7 @@ jobs: - name: Check-out code uses: actions/checkout@v3 - name: Set up Go using version from go.mod - uses: actions/setup-go@v3 + uses: actions/setup-go@v4 with: go-version-file: 'go.mod' - name: Check tidiness