Skip to content

Commit

Permalink
Update actions/setup-go action to v3.3.0 (#7128)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 24, 2022
1 parent 96cd4e7 commit ef3a40e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-services-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
fetch-depth: 0

- name: Set up Go Environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v3.3.0
with:
go-version: "1.19"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/host-setup-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
########################## Building Backend Services ######################

- name: Set up Go Environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v3.3.0
with:
go-version: "1.19"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/whist-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ jobs:
########################### Stage 1 - Build Backend Services #############################

- name: Set up Go Environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v3.3.0
with:
go-version: "1.19"

Expand Down Expand Up @@ -1474,7 +1474,7 @@ jobs:
EOF
- name: Set up Go Environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v3.3.0
with:
go-version: "1.19"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
########################### BACKEND SERVICES STEPS ###########################

- name: Set up Go Environment
uses: actions/setup-go@v3.2.1
uses: actions/setup-go@v3.3.0
with:
go-version: "1.19"

Expand Down

0 comments on commit ef3a40e

Please sign in to comment.