diff --git a/.github/workflows/golint.yml b/.github/workflows/golint.yml index 608809c..46c2c8b 100644 --- a/.github/workflows/golint.yml +++ b/.github/workflows/golint.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.18 + - name: Set up Go 1.21 uses: actions/setup-go@v1 with: - go-version: 1.18 + go-version: 1.21 id: go - name: Check out code into the Go module directory