diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 94ea62f..ee4e332 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.17 + go-version: 1.18 - name: Checkout uses: actions/checkout@v1 @@ -34,7 +34,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v2 with: - version: v1.43.0 + version: v1.46.2 args: --timeout 10m - name: Vet