Skip to content

Commit

Permalink
Bump actions/setup-go from 5.1.0 to 5.2.0
Browse files Browse the repository at this point in the history
Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.1.0 to 5.2.0.
- [Release notes](https://github.com/actions/setup-go/releases)
- [Commits](actions/setup-go@v5.1.0...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and jgwest committed Dec 24, 2024
1 parent 9e2ee81 commit 08adadc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/schema-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: Run script file
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Run make fmt and then 'git diff' to see if anything changed: to fix this check, run make fmt and then commit the changes."
Expand All @@ -29,7 +29,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Install dupimport"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Install gosec"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'

Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'

Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Install go modules for migration"
Expand All @@ -221,7 +221,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Install go modules for migration"
Expand All @@ -235,7 +235,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Start PostgreSQL"
Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Run 'make generate-manifests' and report any diff (to fix this if failing: run 'make clean' then 'make generate-manifests' at root, and check in changes)"
Expand All @@ -284,7 +284,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Golang
uses: actions/setup-go@v5.1.0
uses: actions/setup-go@v5.2.0
with:
go-version-file: './backend/go.mod'
- name: "Install mockgen and mockery for generating mocks"
Expand Down

0 comments on commit 08adadc

Please sign in to comment.