Skip to content

Commit

Permalink
Merge pull request #140 from ulucinar/uptest-go-1.20
Browse files Browse the repository at this point in the history
Use 1.20 for the default Go versions in the official provider reusable workflows
  • Loading branch information
ulucinar authored Oct 6, 2023
2 parents 61e5bb8 + 2436c25 commit 895060e
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 895060e

Please sign in to comment.