Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit c0191af

Browse files
authored
Test Go 1.20 compatibility (#88)
1 parent c1eb8e6 commit c0191af

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v3
1515
- uses: actions/setup-go@v3
1616
with:
17-
go-version: '1.19'
17+
go-version: '1.20'
1818
- run: ./goyek.sh -v all diff
1919
- name: Upload HTML coverage
2020
uses: actions/upload-artifact@v3
@@ -33,6 +33,7 @@ jobs:
3333
go-version:
3434
- '1.18'
3535
- '1.19'
36+
- '1.20'
3637
runs-on: ubuntu-latest
3738
steps:
3839
- uses: actions/checkout@v3

build/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/fluentassert/verify/build
22

3-
go 1.19
3+
go 1.20
44

55
require (
66
github.com/client9/misspell v0.3.4

0 commit comments

Comments
 (0)