Skip to content

Commit

Permalink
Update Go to v1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Dec 17, 2024
1 parent 05d41a9 commit 84fc3d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eco-gotests-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
if: ${{ !contains(github.event.*.labels.*.name, 'ignore-dep-check') }}
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4

- name: Check out the eco-goinfra code
if: ${{ !contains(github.event.*.labels.*.name, 'ignore-dep-check') }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4

- uses: actions/checkout@v4

Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4

- uses: actions/checkout@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-libs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.23.3
go-version: 1.23.4

- name: Run sync script
run: make lib-sync
Expand Down

0 comments on commit 84fc3d5

Please sign in to comment.