Skip to content

Commit

Permalink
Use 1.20 for the default Go versions in the official provider reusabl…
Browse files Browse the repository at this point in the history
…e workflows

Signed-off-by: Alper Rifat Ulucinar <[email protected]>
  • Loading branch information
ulucinar committed Oct 5, 2023
1 parent 61e5bb8 commit 2436c25
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/native-provider-bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
type: string
go-version:
description: 'Go version to use if building needs to be done'
default: '1.19'
default: '1.20'
required: false
type: string
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-comment-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
type: string
go-version:
description: 'Go version to use if building needs to be done'
default: '1.19'
default: '1.20'
required: false
type: string
package-type:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.54.1'
DOCKER_BUILDX_VERSION: 'v0.8.2'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-publish-service-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

env:
# Common versions
GO_VERSION: '1.19'
GO_VERSION: '1.20'
GOLANGCI_VERSION: 'v1.54.1'
DOCKER_BUILDX_VERSION: 'v0.8.2'
UP_VERSION: 'v0.17.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider-updoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:
required: true

env:
GO_VERSION: "1.19"
GO_VERSION: "1.20"
UPTEST_VERSION: "83bd901"

jobs:
Expand Down

0 comments on commit 2436c25

Please sign in to comment.