Skip to content

Commit

Permalink
chore(deps): update dependency go to v1.24.0 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 14, 2025
1 parent 1ca95db commit 220ca2b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4 # golang-version:go
go-version: 1.24.0 # golang-version:go
check-latest: true

- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4 # golang-version:go
go-version: 1.24.0 # golang-version:go
check-latest: true

- name: OCI Metadata for multi-arch image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.23.4 # golang-version:go
go-version: 1.24.0 # golang-version:go
check-latest: true

- name: Lint
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/sickhub/mailu-operator

go 1.23.0

toolchain go1.23.4
toolchain go1.24.0

require (
github.com/oapi-codegen/runtime v1.1.1
Expand Down

0 comments on commit 220ca2b

Please sign in to comment.