Skip to content

Commit

Permalink
go version bump-up (#147)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
nitesh3108 authored Feb 23, 2024
1 parent 1996b3c commit 91595d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,10 @@ jobs:
name: Image Scanner
runs-on: ubuntu-latest
steps:
- name: Set up Go lastest
- name: Set up Go 1.22+
uses: actions/setup-go@v5
with:
go-version: ^1.22
id: go
- name: Checkout the code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/dell/karavi-topology

go 1.21
go 1.22

require (
github.com/fsnotify/fsnotify v1.6.0
Expand Down

0 comments on commit 91595d2

Please sign in to comment.