Skip to content

Commit

Permalink
bump to 1.22.4 to fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
raymonstah committed Jun 23, 2024
1 parent 2841900 commit 4c74ced
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4.1.0
with:
go-version: "1.22.3"
go-version: "1.22.4"

- name: Install emulators and Test
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4.1.0
with:
go-version: "1.22.3"
go-version: "1.22.4"

- name: Check go.mod and go.sum tidiness
run: |
Expand All @@ -25,4 +25,4 @@ jobs:
- id: govulncheck
uses: golang/govulncheck-action@v1
with:
go-version-input: 1.22.3
go-version-input: 1.22.4

0 comments on commit 4c74ced

Please sign in to comment.