mirror of
https://github.com/logos-storage/logos-storage-go.git
synced 2026-01-04 06:13:07 +00:00
updates go version to match local env and get rid of catching warnings
This commit is contained in:
parent
e340e36d97
commit
55051d99e7
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -14,9 +14,9 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v5
|
||||||
with:
|
with:
|
||||||
go-version: '1.21' # Use Go 1.21+ for generics support
|
go-version: '1.23'
|
||||||
cache: true
|
cache: true
|
||||||
|
|
||||||
- name: Install gotestsum
|
- name: Install gotestsum
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user