Skip to content

Commit

Permalink
Update Go to v1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 committed Jun 4, 2024
1 parent 86db4b2 commit 60dc15c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22.3
go-version: 1.22.4

- name: Check out the eco-goinfra code
if: ${{ !contains(github.event.*.labels.*.name, 'ignore-dep-check') }}
Expand Down
2 changes: 1 addition & 1 deletion .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.22
uses: actions/setup-go@v5
with:
go-version: 1.22.3
go-version: 1.22.4

- uses: actions/checkout@v4

Expand Down

0 comments on commit 60dc15c

Please sign in to comment.