Skip to content

Commit e57436f

Browse files
CI should pass now
1 parent 4cee4c2 commit e57436f

File tree

6 files changed

+6
-7
lines changed

6 files changed

+6
-7
lines changed

.github/workflows/build.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
- '**/*.go'
55
- '**/*.mod'
66
- '**/*.sum'
7-
- '**/*.yaml'
87
name: CI
98
jobs:
109
build:
@@ -15,7 +14,7 @@ jobs:
1514
runs-on: ${{ matrix.os }}
1615
steps:
1716
- uses: actions/checkout@v4
18-
- uses: kevincobain2000/action-gobrew@v2.2
17+
- uses: kevincobain2000/action-gobrew@v2
1918
with:
2019
version: ${{ matrix.go-version }}
2120

.github/workflows/coveritup.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- uses: actions/checkout@v4
24-
- uses: kevincobain2000/action-gobrew@v2.2
24+
- uses: kevincobain2000/action-gobrew@v2
2525
with:
2626
version: ${{ matrix.go-version }}
2727

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
17-
- uses: kevincobain2000/action-gobrew@v2.1
17+
- uses: kevincobain2000/action-gobrew@v2
1818
with:
1919
version: 'mod'
2020
-

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: kevincobain2000/action-gobrew@v2.2
18+
- uses: kevincobain2000/action-gobrew@v2
1919
with:
2020
version: ${{ matrix.go-version }}
2121
- name: Test

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
runs-on: ${{ matrix.os }}
276276
steps:
277277
- uses: actions/checkout@v2
278-
- uses: kevincobain2000/action-gobrew@v2.2
278+
- uses: kevincobain2000/action-gobrew@v2
279279
with:
280280
version: ${{ matrix.go-version }}
281281

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/kevincobain2000/gobrew
22

3-
go 1.21.4
3+
go 1.21
44

55
require (
66
github.com/Masterminds/semver v1.5.0

0 commit comments

Comments
 (0)