diff --git a/.github/workflows/go.yaml b/.github/workflows/go.yaml index 07deb74..705b8a6 100644 --- a/.github/workflows/go.yaml +++ b/.github/workflows/go.yaml @@ -10,7 +10,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v2 with: - go-version: 1.16 + go-version: 1.18 - name: Check out code into the Go module directory uses: actions/checkout@v2