diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1daf6d..be233a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: set up go 1.22 + - name: set up go 1.23 uses: actions/setup-go@v3 with: - go-version: "1.22" + go-version: "1.23" id: go - name: checkout diff --git a/go.mod b/go.mod index 9cadcfa..048b035 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/go-pkgz/rest -go 1.22 +go 1.23 require ( github.com/stretchr/testify v1.10.0