ci: update Go version and enhance GitHub Actions workflow

- Update Go version in GitHub Actions workflow from 1.21 to 1.22

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2024-07-14 15:42:01 +08:00
parent a2d37cbc1d
commit 2041794fd5
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ jobs:
testing: testing:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container:
image: golang:1.21-alpine image: golang:1.22-alpine
options: --sysctl net.ipv6.conf.all.disable_ipv6=0 options: --sysctl net.ipv6.conf.all.disable_ipv6=0
steps: steps:
- name: Checkout repository - name: Checkout repository