Merge pull request #3026 from fidencio/wip/stable-2.3-backport-golang-bump

stable-2.3 | versions: bump golang to 1.17.x
This commit is contained in:
Fabiano Fidêncio
2021-11-13 00:08:12 +01:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ jobs:
test: test:
strategy: strategy:
matrix: matrix:
go-version: [1.15.x, 1.16.x] go-version: [1.16.x, 1.17.x]
os: [ubuntu-20.04] os: [ubuntu-20.04]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env:

View File

@@ -253,7 +253,7 @@ languages:
description: | description: |
'newest-version' is the latest version known to work when 'newest-version' is the latest version known to work when
building Kata building Kata
newest-version: "1.16.5" newest-version: "1.17.3"
rust: rust:
description: "Rust language" description: "Rust language"