chore(deps): bump minimum Go version to 1.21

This commit is contained in:
Ambrose Chua
2024-03-19 15:06:03 +08:00
parent ea485a7806
commit 5ba743afea
5 changed files with 11 additions and 9 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: ^1.19
go-version: ^1.21
id: go
- name: Check out code into the Go module directory