Skip to content

Commit

Permalink
Update Go to v1.22.5 (#503)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Jul 12, 2024
1 parent 0f2f8d7 commit 0c632e3
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.4
go-version: 1.22.5

- 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.4
go-version: 1.22.5

- uses: actions/checkout@v4

Expand Down

0 comments on commit 0c632e3

Please sign in to comment.