Skip to content

Commit

Permalink
chore: update golang verison to go1.20 (#20)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Feb 27, 2023
1 parent 0a1f320 commit 4365d32
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

env:
GO_VERSION: 1.19
GO_VERSION: '1.20'

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ run:

linters-settings:
gocyclo:
min-complexity: 42
min-complexity: 100

issues:
new: true
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/dragonflyoss/perf-tests

go 1.19
go 1.20

require (
d7y.io/dragonfly/v2 v2.0.4
Expand Down

0 comments on commit 4365d32

Please sign in to comment.