Skip to content

Commit

Permalink
maint: upgrade go version to fix vuln check (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
daemonfire300 authored Jan 12, 2023
1 parent a83fd54 commit c62a8a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go: [ '1.19.3' ]
go: [ '1.19.4' ]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
Expand Down

0 comments on commit c62a8a5

Please sign in to comment.