diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 087253f..f86588d 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -10,10 +10,10 @@ jobs: os: [macOS-latest, windows-latest, ubuntu-latest] steps: - - name: Set up Go 1.13 + - name: Set up Go 1.18 uses: actions/setup-go@v5 with: - go-version: 1.13 + go-version: 1.18 id: go - name: Check out code into the Go module directory