Skip to content

Commit

Permalink
update to go 1.18 (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynafinocchiaro authored Jun 2, 2022
1 parent 51f0e05 commit af97fbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 233 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,10 @@ jobs:
name: Image Scanner
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.17+
- name: Set up Go 1.18+
uses: actions/setup-go@v2
with:
go-version: ^1.17
go-version: ^1.18
id: go
- name: Checkout the code
uses: actions/checkout@v2
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.17
go 1.18

require (
github.com/fsnotify/fsnotify v1.5.1
Expand Down
Loading

0 comments on commit af97fbf

Please sign in to comment.