diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9e2683f..82b03c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-go@v2 with: - go-version: ^1.21 + go-version: ^1.24 - name: golangci-lint uses: golangci/golangci-lint-action@v3 with: @@ -27,7 +27,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.21 + go-version: ^1.24 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 @@ -45,7 +45,7 @@ jobs: - name: Set up Go 1.x uses: actions/setup-go@v2 with: - go-version: ^1.21 + go-version: ^1.24 id: go - name: Check out code into the Go module directory uses: actions/checkout@v2 diff --git a/go.mod b/go.mod index d3521b2..9063b5e 100644 --- a/go.mod +++ b/go.mod @@ -1,6 +1,6 @@ module github.com/kulti/thelper -go 1.18 +go 1.24 require ( github.com/gostaticanalysis/analysisutil v0.4.1