Skip to content

Commit f18c6a7

Browse files
authored
Merge pull request #78 from thaJeztah/bump_go
ci: update to go1.25, golangci-lint v2.9.0
2 parents bad2919 + 70cc4bd commit f18c6a7

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
name: Set up Go
6666
uses: actions/setup-go@v6
6767
with:
68-
go-version: "1.24"
68+
go-version: "1.25"
6969
-
7070
name: Download modules
7171
run: |

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
# See the License for the specific language governing permissions and
1515
# limitations under the License.
1616

17-
ARG GO_VERSION="1.24"
17+
ARG GO_VERSION="1.25"
1818
ARG XX_VERSION="1.9.0"
19-
ARG GOLANGCI_LINT_VERSION="v2.7.1"
19+
ARG GOLANGCI_LINT_VERSION="v2.9.0"
2020
ARG ADDLICENSE_VERSION="v1.2.0"
2121

2222
ARG LICENSE_ARGS="-c cli-docs-tool -l apache"

0 commit comments

Comments
 (0)