diff --git a/.github/workflows/go_lint.yml b/.github/workflows/go_lint.yml index 53bd6e84d..d9d9d5128 100644 --- a/.github/workflows/go_lint.yml +++ b/.github/workflows/go_lint.yml @@ -11,10 +11,10 @@ jobs: lint: runs-on: ubuntu-latest steps: - - name: Set up Go ^1.13 + - name: Set up Go ^1.20 uses: actions/setup-go@v3 with: - go-version: ^1.13 + go-version: ^1.20 - name: Check out code into the Go module directory uses: actions/checkout@v3