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