Skip to content

Commit 91595d2

Browse files
authored
go version bump-up (#147)
* Update go version to 1.22 Signed-off-by: nitesh3108 <[email protected]> * action fix Signed-off-by: nitesh3108 <[email protected]> --------- Signed-off-by: nitesh3108 <[email protected]>
1 parent 1996b3c commit 91595d2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ jobs:
6060
name: Image Scanner
6161
runs-on: ubuntu-latest
6262
steps:
63-
- name: Set up Go lastest
63+
- name: Set up Go 1.22+
6464
uses: actions/setup-go@v5
65+
with:
66+
go-version: ^1.22
6567
id: go
6668
- name: Checkout the code
6769
uses: actions/checkout@v4

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/dell/karavi-topology
22

3-
go 1.21
3+
go 1.22
44

55
require (
66
github.com/fsnotify/fsnotify v1.6.0

0 commit comments

Comments
 (0)