Skip to content

Commit

Permalink
build: update to Go 1.19 (#723)
Browse files Browse the repository at this point in the history
To fix failed build of #702

Signed-off-by: Xiaoxuan Wang <wangxiaoxuan119@gmail.com>
  • Loading branch information
wangxiaoxuan273 committed Mar 8, 2024
1 parent d27ce53 commit 4195a85
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.18.9'
go-version: '1.19.13'
- 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.18.9'
go-version: '1.19.13'
- 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.18
go 1.19

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

0 comments on commit 4195a85

Please sign in to comment.