mirror of
https://github.com/containers/youki
synced 2024-11-22 17:02:00 +01:00
Update go version in podman CI and vagrantfile (#2828)
Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
This commit is contained in:
parent
7c6feb0196
commit
827f4e01de
4
.github/workflows/podman_tests.yaml
vendored
4
.github/workflows/podman_tests.yaml
vendored
@ -28,7 +28,7 @@ jobs:
|
|||||||
# setup go
|
# setup go
|
||||||
- uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.20'
|
go-version: '1.22'
|
||||||
cache: false
|
cache: false
|
||||||
|
|
||||||
# build skopeo
|
# build skopeo
|
||||||
@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
repository: containers/podman
|
repository: containers/podman
|
||||||
- name: Build podman
|
- name: Build podman
|
||||||
run: make binaries
|
run: make binaries
|
||||||
- name: Install tools
|
- name: Install tools
|
||||||
run: make install.tools
|
run: make install.tools
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- mode: ruby -*-
|
# -*- mode: ruby -*-
|
||||||
# vi: set ft=ruby :
|
# vi: set ft=ruby :
|
||||||
|
|
||||||
GO_VERSION = "1.20.12"
|
GO_VERSION = "1.22.0"
|
||||||
PODMAN_BRANCH = "main"
|
PODMAN_BRANCH = "main"
|
||||||
SKOPEO_VERSION = "1.13.1"
|
SKOPEO_VERSION = "1.13.1"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user