diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e24be9..0612a79 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v3 with: - go-version: '>=1.18.0' + go-version: '>=1.20.0' - name: Check out code into the Go module directory uses: actions/checkout@v3 @@ -42,7 +42,7 @@ jobs: - name: Staticcheck uses: dominikh/staticcheck-action@v1.2.0 with: - version: "2022.1.2" + version: "2023.1.2" install-go: false - name: Build