Skip to content

Commit be37cb9

Browse files
committed
Update to Go 1.18
Signed-off-by: Luca Comellini <luca.com@gmail.com>
1 parent ff6eb14 commit be37cb9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: setup go environment
1515
uses: actions/setup-go@v1
1616
with:
17-
go-version: '1.17.3'
17+
go-version: '1.18.2'
1818
- name: run unit tests
1919
run: make test
2020
- name: run acceptance tests

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: setup go environment
1414
uses: actions/setup-go@v1
1515
with:
16-
go-version: '1.17.3'
16+
go-version: '1.18.2'
1717
- name: run unit tests
1818
run: make test
1919
- name: run acceptance tests

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module oras.land/oras-go
22

3-
go 1.17
3+
go 1.18
44

55
require (
66
github.com/containerd/containerd v1.6.6

0 commit comments

Comments
 (0)