Skip to content

Commit

Permalink
ci: update dependencies and workflows
Browse files Browse the repository at this point in the history
- Update the Golang version in the lint workflow from `1.19-alpine` to `1.21-alpine`

Signed-off-by: Bo-Yi Wu <[email protected]>
  • Loading branch information
appleboy committed Dec 26, 2023
1 parent aa9314a commit e270b03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e270b03

Please sign in to comment.