Skip to content

Commit

Permalink
Merge pull request #39 from cikasfm/main
Browse files Browse the repository at this point in the history
.golangci.yml updated for go1.22
  • Loading branch information
maypok86 authored Nov 17, 2024
2 parents a16ef35 + 60c3c7a commit f130758
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 4 additions & 2 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@ run:
build-tags:
- integration
modules-download-mode: readonly
go: '1.17'
go: '1.22'
output:
format: tab:lint.txt
formats:
- format: tab
path: lint.txt
print-issued-lines: false
uniq-by-line: false
sort-results: true
Expand Down
1 change: 0 additions & 1 deletion simulator/internal/simulator/simulator.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ func (s Simulator) Simulate() error {
}

for _, p := range policies {
p := p
capacity := capacity
eg.Go(func() error {
return s.simulatePolicy(p, capacity)
Expand Down

0 comments on commit f130758

Please sign in to comment.