ci: update dependencies and workflows

- Update the Golang version in the lint workflow from `1.19-alpine` to `1.21-alpine`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2023-12-26 13:29:44 +08:00
parent aa9314a009
commit e270b033d1
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
testing:
runs-on: ubuntu-latest
container: golang:1.19-alpine
container: golang:1.21-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v3