Skip to content

Commit

Permalink
chore(deps): Update Go to v1.23 and golangci-lint to v1.61.0 (#905)
Browse files Browse the repository at this point in the history
Signed-off-by: behnazh-w <[email protected]>
  • Loading branch information
behnazh-w authored Oct 24, 2024
1 parent 6a210f4 commit 9ef9d50
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ repos:

# A linter for Golang
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
rev: v1.61.0
hooks:
- id: golangci-lint

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ a detailed commit message body is preferred. Make sure to keep the `Signed-off-b
### Prerequisites

- Python 3.11
- Go 1.21
- Go 1.23
- JDK 17

### Prepare the environment
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@

module github.com/oracle/macaron

go 1.21
go 1.23

toolchain go1.21.0
toolchain go1.23.2

require (
cuelang.org/go v0.9.1
Expand Down

0 comments on commit 9ef9d50

Please sign in to comment.