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
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: '1.20'
|
||||
go-version: '1.22'
|
||||
cache: false
|
||||
|
||||
# build skopeo
|
||||
@ -52,7 +52,7 @@ jobs:
|
||||
with:
|
||||
repository: containers/podman
|
||||
- name: Build podman
|
||||
run: make binaries
|
||||
run: make binaries
|
||||
- name: Install tools
|
||||
run: make install.tools
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
# -*- mode: ruby -*-
|
||||
# vi: set ft=ruby :
|
||||
|
||||
GO_VERSION = "1.20.12"
|
||||
GO_VERSION = "1.22.0"
|
||||
PODMAN_BRANCH = "main"
|
||||
SKOPEO_VERSION = "1.13.1"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user