Skip to content

Commit d920061

Browse files
committed
fix bug
1 parent 8503bf4 commit d920061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Go
1818
uses: actions/setup-go@v4
1919
with:
20-
go-version: '1.20'
20+
go-version: '1.21' # Updated to 1.21
2121

2222
- name: Run tests
2323
run: go test -v ./internal/...
@@ -48,7 +48,7 @@ jobs:
4848
- name: Set up Go
4949
uses: actions/setup-go@v4
5050
with:
51-
go-version: '1.20'
51+
go-version: '1.21' # Updated to 1.21
5252

5353
- name: Build for ${{ matrix.os }} / ${{ matrix.arch }}
5454
env:

0 commit comments

Comments
 (0)