Skip to content

Commit

Permalink
ci: test on Go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Aug 18, 2021
1 parent ef97f65 commit 32f9d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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:
name: CI
strategy:
matrix:
go: ['1.14', '1.15', '1.16']
go: ['1.15', '1.16', '1.17']
os: ['ubuntu-latest', 'windows-latest', 'macOS-latest']
runs-on: ${{ matrix.os }}
steps:
Expand Down
1 change: 1 addition & 0 deletions strings_example_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// file, You can obtain one at https://mozilla.org/MPL/2.0/.

// String generation depends on the Unicode tables, which change with Go versions:
//go:build go1.16
// +build go1.16

package rapid_test
Expand Down

0 comments on commit 32f9d9b

Please sign in to comment.