Use go 1.24

This commit is contained in:
Manuel Rüger 2025-02-19 10:56:52 +01:00
parent b2f0e80b12
commit c87b6821d4
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ on:
- master
env:
GO_VERSION: "~1.23.1"
GO_VERSION: "~1.24.0"
jobs:
# Runs Golangci-lint on the source code

2
go.mod
View File

@ -1,6 +1,6 @@
module github.com/kovetskiy/mark
go 1.23
go 1.24
require (
github.com/bmatcuk/doublestar/v4 v4.8.1