versions: Bump golang version

Bump golang versions so we are more up-to-date and
have the extra security fixes

Signed-off-by: stevenhorsman <steven@uk.ibm.com>
This commit is contained in:
stevenhorsman
2025-02-03 15:28:24 +00:00
parent a806d74ce3
commit d9eb1b0e06
3 changed files with 4 additions and 4 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.11
- name: Checkout code
uses: actions/checkout@v4
- name: Build utils

View File

@@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.2
go-version: 1.22.11
env:
GOPATH: ${{ github.workspace }}/kata-containers
- name: Set env