Skip to content

Commit

Permalink
Update GO to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
baoy1 committed Feb 14, 2023
1 parent 43623c2 commit f7fde5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yml
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.19+
- name: Set up Go 1.20+
uses: actions/setup-go@v2
with:
go-version: ^1.19
go-version: ^1.20
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/csm-metrics-powerscale

go 1.19
go 1.20

require (
github.com/dell/goisilon v1.10.0
Expand Down

0 comments on commit f7fde5a

Please sign in to comment.