Update usage of core.Fuse. (#2519)

This commit is contained in:
Denys Smirnov
2024-02-28 03:48:58 +02:00
committed by GitHub
parent 7649e4ffab
commit f5eb6c8a95
9 changed files with 35 additions and 23 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.21"
- name: Set up gotestfmt
run: go install github.com/gotesttools/gotestfmt/v2/cmd/gotestfmt@v2.4.1
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.18'
go-version: '>=1.21'
- name: Download Go modules
run: go mod download
+1 -1
View File
@@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.18'
go-version: '>=1.21'
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5