Skip to content

Commit

Permalink
Merge pull request #765 from orange-cloudfoundry/update-go-version
Browse files Browse the repository at this point in the history
update go version and bump dependancies
  • Loading branch information
loiseaualexandre committed Aug 22, 2024
2 parents 53e063b + c2ee3ab commit 0d47d59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: latest
version: v1.59.1
args: --max-same-issues 0 --timeout=5m
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module github.com/orange-cloudfoundry/statusetat

go 1.21
go 1.22

toolchain go1.21.10
toolchain go1.22.6

require (
github.com/alecthomas/chroma v0.10.0
Expand Down

0 comments on commit 0d47d59

Please sign in to comment.