Skip to content

Commit

Permalink
Update to go 1.12.4 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
jademcosta committed Nov 25, 2023
1 parent 83eb2b4 commit 97c1ba6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.21.4"
cache: true
- name: Test
run: make test
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.21.4"
cache: true
- name: Lint
run: make lint
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.21.4"
cache: true
- name: Local-E2E tests
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.21.4"
cache: true
- name: Test
run: make vuln
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: "1.21.3"
go-version: "1.21.4"
cache: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
Expand Down

0 comments on commit 97c1ba6

Please sign in to comment.