Skip to content

Commit

Permalink
build(go): upgrade go version to v1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
Wwwsylvia committed Jul 16, 2024
1 parent 34d9273 commit bb5df1c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.21'
go-version: '1.22'
- name: run unit tests
run: make test
- name: run acceptance tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.21'
go-version: '1.22'
- name: run unit tests
run: make test
- name: run acceptance tests
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 oras.land/oras-go

go 1.21
go 1.22

require (
github.com/containerd/containerd v1.7.19
Expand Down

0 comments on commit bb5df1c

Please sign in to comment.