diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 41deefb..dd8f761 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,6 +14,6 @@ jobs: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - uses: actions/setup-go@v5 with: - go-version: 1.19 + go-version: 1.26 cache: true - run: go test -v ./... \ No newline at end of file