diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81ccb2d..6550511 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Go uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' - name: Build run: make build diff --git a/.github/workflows/golangci-lint.yml b/.github/workflows/golangci-lint.yml index 1eb18b1..47d3f90 100644 --- a/.github/workflows/golangci-lint.yml +++ b/.github/workflows/golangci-lint.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions/setup-go@v4 with: - go-version: '1.21' + go-version: '1.22' cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.tool-versions b/.tool-versions index 3eaf48e..f526442 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1 +1 @@ -golang 1.21.5 +golang 1.22.0 diff --git a/go.mod b/go.mod index 86d3831..1e03429 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ module github.com/maxfierke/gogo-gb -go 1.21.5 +go 1.22.0