diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index a6eda43..02afd82 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -34,7 +34,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v1 with: - go-version: 1.12 + go-version: 1.18 - name: Check out code uses: actions/checkout@v1