diff --git a/.github/workflows/onlytest.yml b/.github/workflows/onlytest.yml index 9cca403..d06c5c0 100644 --- a/.github/workflows/onlytest.yml +++ b/.github/workflows/onlytest.yml @@ -18,10 +18,10 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - name: Set up Go 1.20 + - name: Set up Go 1.22 uses: actions/setup-go@v3 with: - go-version: "1.20" + go-version: "1.22" - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 99402a3..4c07b1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,10 +9,10 @@ jobs: name: Test runs-on: ubuntu-latest steps: - - name: Set up Go 1.20 + - name: Set up Go 1.22 uses: actions/setup-go@v3 with: - go-version: "1.20" + go-version: "1.22" - name: Check out code into the Go module directory uses: actions/checkout@v3 diff --git a/go.mod b/go.mod index ea4f9cc..d831898 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/michimani/gotwi -go 1.20 +go 1.22 require github.com/stretchr/testify v1.7.0