Skip to content
Snippets Groups Projects
Commit 77a47e25 authored by ale's avatar ale
Browse files

Specify min Go version

parent 03f0909c
No related branches found
No related tags found
No related merge requests found
......@@ -125,6 +125,8 @@ $ go build ./cmd/wig
This will create a *wig* binary in the current directory.
Note that building requires Go version 1.19 or later.
### Initializing the bearer token authentication subsystem
When using bearer-token authentication mechanism it is necessary to
......@@ -238,7 +240,7 @@ tokens from the process command line.
## How to test
Requires Go 1.17 or newer and Ansible.
Requires Go 1.19 or newer and Ansible.
```
$ go build ./cmd/wig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment