Skip to content

Commit 2b20503

Browse files
Merge pull request #29 from ensingerphilipp/renovate/go-1.x
Update dependency go to v1.24.2
2 parents 2c547ec + a388c2d commit 2b20503

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-go@v2
2525
with:
26-
go-version: '1.23'
26+
go-version: '1.24'
2727

2828
- name: go Version
2929
run: go version

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/ensingerphilipp/premiumizearr-nova
22

33
go 1.23.0
44

5-
toolchain go1.23.2
5+
toolchain go1.24.2
66

77
require (
88
github.com/dustin/go-humanize v1.0.1

0 commit comments

Comments
 (0)