Skip to content

Commit

Permalink
Bump go to 1.22.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Jun 5, 2024
1 parent a593840 commit d02480b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.3
go-version: 1.22.4
- name: Dependency Licenses Review
run: make check-dependency-licenses
- name: Run govulncheck
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.3
go-version: 1.22.4
- name: Build all binaries
run: make build-all
- name: Run golangci-lint
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.3
go-version: 1.22.4
- name: Run tests and generate coverage report
run: make build/cover.out
- name: Upload coverage report to Coveralls
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.22.3
go-version: 1.22.4
- name: Initialize CodeQL
uses: github/codeql-action/init@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion internal/core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package core

const (
DefaultAlpineImage = "3.20"
DefaultGoVersion = "1.22.3"
DefaultGoVersion = "1.22.4"
DefaultPostgresVersion = "16"
DefaultLinkerdAwaitVersion = "0.2.7"
DefaultGitHubComRunnerType = "ubuntu-latest"
Expand Down

0 comments on commit d02480b

Please sign in to comment.