Skip to content

Commit

Permalink
bump to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sudosammy committed Mar 14, 2024
1 parent 2be6d24 commit 0462a8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
build:
working_directory: ~/repo
docker:
- image: cimg/go:1.20-node
- image: cimg/go:1.21-node
parallelism: 3
steps:
- checkout
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Defenders also use canaries as tripwires that can alert them of an attacker with

1. Download the [applicable 64-bit knary binary](https://github.com/sudosammy/knary/releases) __OR__ build knary from source:

__Prerequisite:__ You need Go >=1.20 to build knary.
__Prerequisite:__ You need Go >=1.21 to build knary.
```
go install github.com/sudosammy/knary/v3@latest
```
Expand Down

0 comments on commit 0462a8d

Please sign in to comment.