Skip to content

Commit 536fb5b

Browse files
author
Jamie Tanna
committed
WIP
1 parent c50cdcb commit 536fb5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
# strategy is used to allow us to pin to a specific Go version, or use the version available in our `go.mod`
1212
strategy: ['go-version']
13-
version: [1.21]
13+
version: ['1.20',1.21]
1414
include:
1515
# pick up the Go version from the `go.mod`
1616
- strategy: 'go-version-file'

0 commit comments

Comments
 (0)