Skip to content

Commit

Permalink
build: update target go version (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-d-elliott committed Feb 8, 2024
1 parent df08b14 commit a536acd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ jobs:
strategy:
matrix:
go:
- '1.18'
- '1.19'
- '1.20'
- '1.21'
- '1.22'
fail-fast: false
steps:
- name: Set up Go ${{ matrix.go }}
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,9 @@ go where their backwards compatibility when upgrading the compile tools is usual
This policy means that users who wish to build this with older versions of go may find there are features being used
which are not available in that version. The current intentionally supported versions of go are as follows:

- go 1.22
- go 1.21
- go 1.20
- go 1.19
- go 1.18

## Status

Expand Down

0 comments on commit a536acd

Please sign in to comment.