Skip to content

Commit

Permalink
reader_test: run decode golden tests for Go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
tormoder committed Oct 1, 2023
1 parent a71719f commit db3c953
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 @@ -11,7 +11,7 @@ jobs:
fail-fast: true
matrix:
os: [ ubuntu-latest, macos-latest ]
go: [ '1.19', '1.20' ]
go: [ '1.20', '1.21' ]

runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const (
tdfolder = "testdata"
)

const goMajorVersionForDecodeGolden = "go1.20"
const goMajorVersionForDecodeGolden = "go1.21"

func TestMain(m *testing.M) {
flag.Parse()
Expand Down

0 comments on commit db3c953

Please sign in to comment.