Skip to content

Commit

Permalink
Bump to Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
msh100 committed Sep 30, 2023
1 parent 7d45aba commit bd17888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: '1.16.0'
go-version: '1.21.1'

- name: Extract branch name
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ In most cases, these binaries will be sufficient.

### Building

If you would like to build the binaries yourself, you will require Go 1.16 (may
If you would like to build the binaries yourself, you will require Go 1.21 (may
work with earlier versions, but this is untested).

```
Expand Down

0 comments on commit bd17888

Please sign in to comment.