Skip to content

Commit

Permalink
fix version for go-syncmap@v1.1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Tingaikin <denis.tingajkin@xored.com>
  • Loading branch information
denis-tingaikin committed Apr 25, 2022
1 parent 1363482 commit d13afba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
- name: Install proto-gen-go
run: go install github.com/golang/protobuf/protoc-gen-go@v1.4.2
- name: Install go-syncmap
run: go install github.com/searKing/golang/tools/cmd/go-syncmap
run: go install github.com/searKing/golang/tools/cmd/go-syncmap@v1.1.18
- name: Generate files
run: go generate ./...
- name: Check for changes in generated code
Expand Down

0 comments on commit d13afba

Please sign in to comment.