Skip to content

Commit

Permalink
Run tests with go-1.17 and go-1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
Oskar Sharipov committed Jul 28, 2022
1 parent f9a5dc8 commit d15c0d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
go-version: ['1.18']
go-version: ['1.17', '1.18']
runs-on: ${{ matrix.os }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ minitrust uses [go-minisign][go-minisign].

## Compile

Build from source with Go 1.18+.
Build from source with Go 1.17+.

% go build -o . ./cmd/minitrust/minitrust.go

Expand Down

0 comments on commit d15c0d1

Please sign in to comment.