diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0ed4285..f5a513a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - go-version: [ '1.20', '1.21' ] + go-version: [ '1.20', '1.21' , '1.22' ,] steps: - uses: actions/checkout@v4 - name: Set up Go diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f51126e..243ec2b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -15,7 +15,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' - name: Go get run: go get -t ./... @@ -34,7 +34,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.20' + go-version: '1.23' - name: Go get run: go get -t ./... diff --git a/.travis.yml b/.travis.yml index 6824584..bd45640 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ go: - 1.16.x - 1.17 - 1.20 +- 1.23 install: - go get -t ./... - ./scripts/install-checks.sh