use go 1.21.6 (#2714)

* use go 1.21.6
This commit is contained in:
mmetc 2024-01-11 09:40:51 +01:00 committed by GitHub
parent a59ae61441
commit 0f722916b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 9 additions and 9 deletions

View file

@ -36,7 +36,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: "1.21.5"
go-version: "1.21.6"
- name: "Install bats dependencies"
env:

View file

@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: "Build + tests"
runs-on: ubuntu-latest

View file

@ -10,7 +10,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: "Build + tests"
runs-on: ubuntu-latest

View file

@ -11,7 +11,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: "Build + tests"
runs-on: ubuntu-latest

View file

@ -23,7 +23,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: Build
runs-on: windows-2019

View file

@ -74,7 +74,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: "1.21.0"
go-version: "1.21.6"
cache-dependency-path: "**/go.sum"
- run: |

View file

@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: "Build + tests"
runs-on: windows-2022

View file

@ -126,7 +126,7 @@ jobs:
- name: "Set up Go"
uses: actions/setup-go@v4
with:
go-version: "1.21.5"
go-version: "1.21.6"
- name: Create localstack streams
run: |

View file

@ -14,7 +14,7 @@ jobs:
build:
strategy:
matrix:
go-version: ["1.21.5"]
go-version: ["1.21.6"]
name: Build and upload binary package
runs-on: ubuntu-latest