diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d6515fb..681e4e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: uses: golangci/golangci-lint-action@v3 with: # Required: the version of golangci-lint is required and must be specified without patch version: we always use the latest patch version. - version: v1.54 + version: v1.57 test: name: Test and Coverage @@ -27,7 +27,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.20 + go-version: 1.21 - name: Check out code uses: actions/checkout@v1 @@ -79,7 +79,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.20 + go-version: 1.21 - name: Check out code uses: actions/checkout@v1