diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index b304c29..d62cb27 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -13,10 +13,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.19 uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.19 id: go - name: Check out code into the Go module directory @@ -38,10 +38,10 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.15 + - name: Set up Go 1.19 uses: actions/setup-go@v2 with: - go-version: ^1.15 + go-version: ^1.19 id: go - name: Check out code into the Go module directory diff --git a/go.mod b/go.mod index ccd956f..9b2d744 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/sonh/qs -go 1.15 +go 1.19 require ( github.com/pkg/errors v0.9.1