Skip to content

Commit

Permalink
bumping golang version to 1.23.4
Browse files Browse the repository at this point in the history
  • Loading branch information
safaci2000 committed Dec 24, 2024
1 parent 54621b8 commit f267be9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_scanners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
GO_VERSION: 1.23.0
GO_VERSION: 1.23.4


permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.23.0"
go-version: "1.23.4"
- name: Verify go version
run: go version
- name: Install GoTest
Expand All @@ -25,7 +25,7 @@ jobs:
ENTERPRISE_LICENSE: ${{ secrets.ENTERPRISE_LICENSE }}
run: |
gotestsum --junitfile report.xml --format testname -- -coverprofile=cover.out -covermode=atomic -coverpkg=$(go list ./... | egrep -v "mocks" | tr '\n' ',' ) ./...
- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
fail_ci_if_error: true # optional (default = false)
files: cover.out
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.1'
go-version: '1.23.4'
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.22.2'
go-version: '1.23.4'
- name: Log in to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/esnet/gdg

go 1.23.0
go 1.23.4

require (
github.com/AlecAivazis/survey/v2 v2.3.7
Expand Down

0 comments on commit f267be9

Please sign in to comment.