Skip to content

Commit

Permalink
update to golang1.22
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Ding <jackding@gmail.com>
  • Loading branch information
jzding committed Sep 3, 2024
1 parent cf78cad commit 390c1eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: tidy
run: go mod tidy
- name: golangci-lint
Expand All @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21'
go-version: '1.22'
- name: tidy
run: go mod tidy
- name: Run Test Scripts
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/redhat-cne/rest-api

go 1.21
go 1.22

require (
github.com/cloudevents/sdk-go/v2 v2.15.2
Expand Down

0 comments on commit 390c1eb

Please sign in to comment.