Skip to content

Commit

Permalink
Merge branch 'main' into willdavsmith/dashboard-release
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbupark authored Feb 16, 2024
2 parents 3ac3135 + c52aa00 commit 33d6cb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ concurrency:

env:
# Go version to install
GOVER: '^1.21'
GOVER: '1.21.7'

# gotestsum version - see: https://github.com/gotestyourself/gotestsum
GOTESTSUMVERSION: 1.10.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ on:

env:
# Go version
GOVER: '^1.21'
GOVER: '1.21.7'
GOPROXY: https://proxy.golang.org

# gotestsum version - see: https://github.com/gotestyourself/gotestsum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 30
env:
GOVER: '^1.21'
GOVER: '1.21.7'
GOPROXY: https://proxy.golang.org
HELM_CHARTS_DIR: deploy/Chart
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/long-running-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ on:

env:
# Go version
GOVER: "^1.21"
GOVER: "1.21.7"
GOPROXY: https://proxy.golang.org

# gotestsum version - see: https://github.com/gotestyourself/gotestsum
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'radius-project/radius'
env:
GOVER: '^1.21'
GOVER: '1.21.7'
GOPRIVATE: github.com/radius-project
steps:
- name: Checkout radius repository
Expand Down

0 comments on commit 33d6cb4

Please sign in to comment.