chore: bump go to v1.24

Signed-off-by: Manuel Vogel <8409778+mavogel@users.noreply.github.com>
This commit is contained in:
Manuel Vogel 2025-03-26 16:20:39 +01:00
parent 9e2abf00a6
commit 930f2ca206
5 changed files with 6 additions and 8 deletions

View file

@ -12,7 +12,7 @@ on:
- "README.md"
env:
GO_VERSION: "1.19"
GO_VERSION: "1.24"
GOLANGCI_VERSION: "v1.50.1"
jobs:
@ -56,7 +56,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v7
with:
version: ${{ env.GOLANGCI_VERSION }}

View file

@ -6,7 +6,7 @@ on:
- master
env:
GO_VERSION: "1.19"
GO_VERSION: "1.24"
DOCKER_REGISTRY: "quay.io"
jobs:

View file

@ -6,7 +6,7 @@ on:
- "*"
env:
GO_VERSION: "1.19"
GO_VERSION: "1.24"
DOCKER_REGISTRY: "quay.io"
jobs:

View file

@ -686,7 +686,7 @@ We always welcome your contributions :clap:
## Development
1. Use Golang version `>= 1.19`
1. Use Golang version `>= 1.24`
1. Fork (https://github.com/git-chglog/git-chglog) :tada:
1. Create a feature branch :coffee:
1. Run test suite with the `$ make test` command and confirm that it passes :zap:

4
go.mod
View file

@ -1,8 +1,6 @@
module github.com/git-chglog/git-chglog
go 1.21
toolchain go1.24.1
go 1.24.1
require (
github.com/AlecAivazis/survey/v2 v2.3.7