Skip to content

Commit

Permalink
Link gateway 5.3.6 go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit Petric committed Oct 2, 2024
1 parent dcd4a10 commit deeb762
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ task: [workspace:plugins] wget -q https://raw.githubusercontent.com/TykTechnolog

The following snippets provide you with a way to:

- `go mod edit -json go.mod | jq -r .Go` - get the go version from the gateway go.mod file
- `go mod edit -json go.mod | jq -r .Go` - get the go version from the gateway [go.mod](https://github.com/TykTechnologies/tyk/blob/release-5.3.6/go.mod#L3) file
- `git rev-parse HEAD` - get the commit hash so the exact commit can be used with `go get`

This should be used to ensure the matching between gateway and the plugin. The commit is used to `go get` the dependency in later steps.
Expand Down

0 comments on commit deeb762

Please sign in to comment.