Skip to content

Commit

Permalink
gover (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortey authored Sep 11, 2024
1 parent 192f785 commit cdb6428
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/actions/setup-go/action.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
name: 'Setup go'
description: 'Action for the go setup'

inputs:
version:
description: 'go version to checkout'
required: true
default: '1.22'

runs:
using: 'composite'
steps:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ inputs.version }}
go-version-file: "go.mod"
cache-dependency-path: "go.sum"

0 comments on commit cdb6428

Please sign in to comment.