Skip to content

Commit

Permalink
Rm env from setup go action
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalKalke committed May 6, 2024
1 parent 7cfcf3e commit 0fc9915
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/actions/setup-go/action.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
name: 'Setup go'
description: 'Action for the go setup'

env:
SETUP_GO_VERSION: '1.22'

runs:
using: 'composite'
steps:
- name: Setup go
uses: actions/setup-go@v5
with:
go-version: ${{ env.SETUP_GO_VERSION }}

go-version: '1.22'

0 comments on commit 0fc9915

Please sign in to comment.