1
0
mirror of https://github.com/containers/youki synced 2024-09-14 16:10:53 +02:00

Update go version in podman CI and vagrantfile (#2828)

Signed-off-by: Yashodhan Joshi <yjdoc2@gmail.com>
This commit is contained in:
Yashodhan 2024-06-26 03:56:02 +05:30 committed by GitHub
parent 7c6feb0196
commit 827f4e01de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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"