Skip to content

Commit

Permalink
BUILD/MEDIUM: github: use latest patch version of go
Browse files Browse the repository at this point in the history
  • Loading branch information
oktalz committed Oct 11, 2023
1 parent 4723b45 commit 98c8d3f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
with:
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- name: generating documentation
run: cd documentation/gen && go run .
- name: changes
Expand All @@ -39,6 +40,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/cache@v2
with:
path: |
Expand All @@ -61,6 +63,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/cache@v2
with:
path: |
Expand All @@ -84,6 +87,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/cache@v2
with:
path: |
Expand All @@ -106,6 +110,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/cache@v2
with:
path: |
Expand Down Expand Up @@ -133,6 +138,7 @@ jobs:
uses: actions/setup-go@v4
with:
go-version-file: 'go.mod'
check-latest: true
- uses: actions/cache@v2
with:
path: |
Expand Down

0 comments on commit 98c8d3f

Please sign in to comment.