Skip to content

Commit 5d4bf62

Browse files
committed
chore: update go version
1 parent ca7405b commit 5d4bf62

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v5
2020
with:
21-
go-version: '1.24.3'
21+
go-version: '1.24.4'
2222

2323
- name: Install Task
2424
uses: arduino/setup-task@v1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pmoscode/helm-chart-update-check
22

3-
go 1.24.2 // Update GH Action aswell
3+
go 1.24.4 // Update GH Action aswell
44

55
require (
66
github.com/Masterminds/semver/v3 v3.3.1

0 commit comments

Comments
 (0)