Skip to content

Commit d08ee47

Browse files
authored
Use Go 1.21 in CI (#1768)
1 parent 9963df4 commit d08ee47

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34
2222
with:
23-
go-version: 1.19
23+
go-version: 1.21
2424

2525
- name: Build
2626
run: make build

0 commit comments

Comments
 (0)