Skip to content

Commit

Permalink
use go1.22 for boilerplate job (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpanato committed Mar 13, 2024
1 parent 1b37639 commit 538d192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/action.yaml
Expand Up @@ -39,7 +39,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
go-version: '1.21'
go-version: '1.22'
check-latest: true
cache: false

Expand Down

0 comments on commit 538d192

Please sign in to comment.