chore: upgrade Go version and linting container

- Update Go version from 1.20 to 1.22 in go.mod
- Change the linting container from golang:1.21-alpine to golang:1.22-alpine in the GitHub workflow

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2024-08-13 23:17:00 +08:00
parent 3660832535
commit 4b48840e98
3 changed files with 7 additions and 2 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
testing:
runs-on: ubuntu-latest
container: golang:1.21-alpine
container: golang:1.22-alpine
steps:
- name: Checkout repository
uses: actions/checkout@v4