Skip to content

Commit

Permalink
Merge pull request #5774 from UiPath/fix-go-panic
Browse files Browse the repository at this point in the history
build: update golang version to 1.19.3
  • Loading branch information
fidencio committed Nov 29, 2022
2 parents d8d9aae + f443b78 commit ac1b2d2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/darwin-tests.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.2
go-version: 1.19.3
- name: Checkout code
uses: actions/checkout@v2
- name: Build utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-url-alive-check.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.19.2
go-version: 1.19.3
env:
GOPATH: ${{ runner.workspace }}/kata-containers
- name: Set env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-checks.yaml
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19.2
go-version: 1.19.3
env:
GOPATH: ${{ runner.workspace }}/kata-containers
- name: Setup GOPATH
Expand Down
4 changes: 2 additions & 2 deletions versions.yaml
Expand Up @@ -301,12 +301,12 @@ languages:
golang:
description: "Google's 'go' language"
notes: "'version' is the default minimum version used by this project."
version: "1.19.2"
version: "1.19.3"
meta:
description: |
'newest-version' is the latest version known to work when
building Kata
newest-version: "1.19.2"
newest-version: "1.19.3"

rust:
description: "Rust language"
Expand Down

0 comments on commit ac1b2d2

Please sign in to comment.