Skip to content

Commit 5b090a1

Browse files
committed
fix: update go version for unit testing
1 parent 9bb8bce commit 5b090a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.19
15+
go-version: 1.21
1616
cache: true
1717

1818
- name: Run all unit tests.

0 commit comments

Comments
 (0)