Skip to content

Commit 89690d4

Browse files
remove testing go version
Signed-off-by: Nicolas-Peiffer <102670102+Nicolas-Peiffer@users.noreply.github.com>
1 parent a3983de commit 89690d4

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/Goreleaser.yaml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,27 +7,8 @@ on:
77
# run only against tags
88
tags:
99
- "*"
10-
branches:
11-
- update-go1.25.1 # TODO : remove after
1210

1311
jobs:
14-
setup-go-version-from-file:
15-
runs-on: ubuntu-latest
16-
steps:
17-
- uses: actions/checkout@v5
18-
- name: setup go version
19-
id: setup-go
20-
uses: actions/setup-go@v6
21-
with:
22-
go-version-file: ${{ github.workspace }}/go.mod # same version than the one in the go.mod
23-
24-
- name: Show go version from command
25-
run: go version
26-
27-
- name: Show go version from github action
28-
run: echo ${{ steps.setup-go.outputs.go-version }}
29-
30-
3112
goreleaser:
3213
runs-on: ubuntu-latest
3314
env:

0 commit comments

Comments
 (0)