Skip to content

Commit 8d9f31b

Browse files
author
Eric Powers
authored
Update: Add golang v1.21 to build (#48)
1 parent 969027d commit 8d9f31b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-go.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ jobs:
2020
matrix:
2121
go:
2222
- "1.20"
23+
- "1.21"
2324
steps:
2425
- uses: actions/checkout@v3
2526

26-
- uses: actions/setup-go@v3
27+
- uses: actions/setup-go@v4
2728
with:
2829
go-version: ${{ matrix.go }}
2930
cache: true

0 commit comments

Comments
 (0)