Skip to content

Commit

Permalink
Update CI go version to 1.20 (#2227)
Browse files Browse the repository at this point in the history
  • Loading branch information
YJDoc2 authored Aug 2, 2023
1 parent 5ebd221 commit 3130f5e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ jobs:
with:
repository: containerd/containerd
ref: v1.6.20
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19.9'
go-version: '1.20'
cache: true
- run: sudo apt-get -y update
- run: sudo apt-get install -y pkg-config libsystemd-dev libdbus-glib-1-dev libelf-dev libseccomp-dev btrfs-progs libbtrfs-dev
Expand Down Expand Up @@ -89,9 +89,9 @@ jobs:
uses: actions-rust-lang/setup-rust-toolchain@v1
- name: Install just
uses: taiki-e/install-action@just
- uses: actions/setup-go@v3
- uses: actions/setup-go@v4
with:
go-version: '1.19.9'
go-version: '1.20'
cache: true
cache-dependency-path: tests/oci-runtime-tests/src/github.com/opencontainers/runtime-tools/go.sum
- name: Download youki binary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/podman_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
repository: containers/podman
- uses: actions/setup-go@v4
with:
go-version: '1.18'
go-version: '1.20'
- name: Build podman
run: make binaries
- name: Install tools
Expand Down

0 comments on commit 3130f5e

Please sign in to comment.