From 317b395d9f1160182c57983ffe837a0b6abcd7d3 Mon Sep 17 00:00:00 2001 From: Aleksey Bakin Date: Mon, 18 Aug 2025 11:52:10 +0300 Subject: [PATCH] chore: bump go to 1.25 --- .github/workflows/ci.yml | 6 +++--- go.mod | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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