Skip to content

Commit

Permalink
build: update to Go 1.20 for v1
Browse files Browse the repository at this point in the history
Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Mar 11, 2024
1 parent 23c2f25 commit bcf4559
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.19.13'
go-version: '1.20.14'
- 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.19.13'
go-version: '1.20.14'
- 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.19
go 1.20

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

0 comments on commit bcf4559

Please sign in to comment.