Skip to content

Commit

Permalink
Update default Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperSandro2000 committed Dec 4, 2024
1 parent 9c5e6d2 commit 1162738
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 @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.2
go-version: 1.23.4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v6
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.2
go-version: 1.23.4
- name: Build all binaries
run: make build-all
test:
Expand All @@ -60,7 +60,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.2
go-version: 1.23.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 @@ -45,7 +45,7 @@ jobs:
uses: actions/setup-go@v5
with:
check-latest: true
go-version: 1.23.2
go-version: 1.23.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 @@ -18,7 +18,7 @@ package core

const (
DefaultAlpineImage = "3.20"
DefaultGoVersion = "1.23.2"
DefaultGoVersion = "1.23.4"
DefaultPostgresVersion = "17"
DefaultLinkerdAwaitVersion = "0.2.7"
DefaultGitHubComRunsOn = "ubuntu-latest"
Expand Down

0 comments on commit 1162738

Please sign in to comment.