Skip to content

Commit

Permalink
build: update to Go 1.18 (#154)
Browse files Browse the repository at this point in the history
Bumps go to 1.18 for `v1`

Signed-off-by: Luca Comellini <luca.com@gmail.com>
  • Loading branch information
lucacome committed Dec 15, 2022
1 parent e65ec75 commit 0a083d7
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
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17.3'
go-version: '1.18.9'
- name: run unit tests
run: make test
- name: run acceptance tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: setup go environment
uses: actions/setup-go@v1
with:
go-version: '1.17.3'
go-version: '1.18.9'
- name: run unit tests
run: make test
- name: run acceptance tests
Expand Down
2 changes: 1 addition & 1 deletion go.mod
@@ -1,6 +1,6 @@
module oras.land/oras-go

go 1.17
go 1.18

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

0 comments on commit 0a083d7

Please sign in to comment.