Skip to content

Commit ed732d9

Browse files
authored
go.yml: update to 1.21 (#58)
This matches the go.mod files of the two modules.
1 parent 4e4f419 commit ed732d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20'
21+
go-version: '1.21'
2222

2323
- name: Test
2424
run: |

0 commit comments

Comments
 (0)