Skip to content

Commit

Permalink
upgrade to actions/setup-go@5 and go 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ledmonster committed Apr 14, 2024
1 parent 7931016 commit 159144a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: true
go_version:
required: false
default: "1.18.5"
default: "1.22.0"
runs:
using: composite
steps:
Expand Down Expand Up @@ -50,7 +50,7 @@ runs:
- name: Install Go
if: steps.go_required.outputs.value == 'true'
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.go_version }}

Expand Down

0 comments on commit 159144a

Please sign in to comment.