Commit 997ab25 1 parent 7133450 commit 997ab25 Copy full SHA for 997ab25
File tree 5 files changed +5
-5
lines changed
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 21
21
22
22
- uses : actions/setup-go@v5
23
23
with :
24
- go-version : " 1.23 "
24
+ go-version : " 1.24 "
25
25
26
26
- uses : actions/setup-node@v4
27
27
with :
Original file line number Diff line number Diff line change 12
12
13
13
- uses : actions/setup-go@v5
14
14
with :
15
- go-version : " 1.23 "
15
+ go-version : " 1.24 "
16
16
cache : false # Disable cache since golangci-lint does its own caching
17
17
18
18
- name : Lint source code
Original file line number Diff line number Diff line change 53
53
54
54
- uses : actions/setup-go@v5
55
55
with :
56
- go-version : " 1.23 "
56
+ go-version : " 1.24 "
57
57
58
58
- uses : goreleaser/goreleaser-action@v6
59
59
with :
Original file line number Diff line number Diff line change 17
17
18
18
- uses : actions/setup-go@v5
19
19
with :
20
- go-version : " 1.23 "
20
+ go-version : " 1.24 "
21
21
22
22
- name : Run tests
23
23
run : go test ./...
Original file line number Diff line number Diff line change 1
1
module github.com/futurice/jalapeno
2
2
3
- go 1.23
3
+ go 1.24
4
4
5
5
require (
6
6
github.com/Masterminds/semver/v3 v3.2.0
You can’t perform that action at this time.
0 commit comments