mirror of
https://github.com/ivuorinen/gibidify.git
synced 2026-01-26 11:34:03 +00:00
feat: upgrade go, packages and actions (#116)
* chore: upgrade go and packages * chore: upgrade actions * fix(ci): use go version from .go-version * fix: backpressure tests optimization
This commit is contained in:
2
.github/actions/setup/action.yml
vendored
2
.github/actions/setup/action.yml
vendored
@@ -11,5 +11,5 @@ runs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
|
||||
with:
|
||||
go-version-file: "go.mod"
|
||||
go-version-file: ".go-version"
|
||||
cache: true
|
||||
|
||||
Reference in New Issue
Block a user