We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef30f0 commit 1539f9fCopy full SHA for 1539f9f
.github/workflows/build-pr.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: setup go environment
15
uses: actions/setup-go@v1
16
with:
17
- go-version: '1.17.3'
+ go-version: '1.18.9'
18
- name: run unit tests
19
run: make test
20
- name: run acceptance tests
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
go.mod
@@ -1,6 +1,6 @@
1
module oras.land/oras-go
2
3
-go 1.17
+go 1.18
4
5
require (
6
github.com/containerd/containerd v1.6.12
0 commit comments