Skip to content

Commit

Permalink
adjustments for go 1.17 in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
julsemaan committed Aug 19, 2021
1 parent cf7fe12 commit 1a604f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Follow the following instructions to get your PacketFence agent running.

### Set up

Compiled with Go Programming Language amd64 version 1.10.1
Compiled with Go Programming Language amd64 version 1.17
To set up your Go environment, see [Getting Started](http://golang.org/doc/install.html).

Then set up your environment variables :
Expand Down Expand Up @@ -70,7 +70,7 @@ parse.go, rsrc.syso
Then compile the manifest using the [rsrc tool] (https://github.com/akavel/rsrc) :

```
go get github.com/akavel/rsrc
go install github.com/akavel/rsrc@latest
rsrc -manifest packetfence-windows-agent.exe.manifest -o rsrc.syso
```

Expand Down

0 comments on commit 1a604f0

Please sign in to comment.