Skip to content

Commit

Permalink
Update go version to 1.21.3 (elastic#3038)
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-laterman authored Oct 13, 2023
1 parent 140180c commit 67f9e3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.20.9
1.21.3
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ run:
# timeout for analysis, e.g. 30s, 5m, default is 1m
timeout: 1m
build-tags: integration
go: "1.20.9"
go: "1.21.3"

issues:
# Maximum count of issues with the same text.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// or more contributor license agreements. Licensed under the Elastic License;
// you may not use this file except in compliance with the Elastic License.

//nolint:unused // linter is not has issues detecting these even though they are used in unit tests
package policy

const testPolicy = `
Expand Down

0 comments on commit 67f9e3d

Please sign in to comment.