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 1996b3c commit 91595d2Copy full SHA for 91595d2
.github/workflows/actions.yaml
@@ -60,8 +60,10 @@ jobs:
60
name: Image Scanner
61
runs-on: ubuntu-latest
62
steps:
63
- - name: Set up Go lastest
+ - name: Set up Go 1.22+
64
uses: actions/setup-go@v5
65
+ with:
66
+ go-version: ^1.22
67
id: go
68
- name: Checkout the code
69
uses: actions/checkout@v4
go.mod
@@ -1,6 +1,6 @@
1
module github.com/dell/karavi-topology
2
3
-go 1.21
+go 1.22
4
5
require (
6
github.com/fsnotify/fsnotify v1.6.0
0 commit comments