We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca7405b commit 5d4bf62Copy full SHA for 5d4bf62
.github/workflows/go-test.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Setup Go
19
uses: actions/setup-go@v5
20
with:
21
- go-version: '1.24.3'
+ go-version: '1.24.4'
22
23
- name: Install Task
24
uses: arduino/setup-task@v1
go.mod
@@ -1,6 +1,6 @@
1
module github.com/pmoscode/helm-chart-update-check
2
3
-go 1.24.2 // Update GH Action aswell
+go 1.24.4 // Update GH Action aswell
4
5
require (
6
github.com/Masterminds/semver/v3 v3.3.1
0 commit comments