diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0ee7422..cf6a70c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,10 +19,10 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.22.3' - name: Build run: go build -v ./... - name: Test - run: go test -v ./... + run: go test -v ./... \ No newline at end of file