1
0
mirror of https://github.com/go-micro/go-micro.git synced 2025-08-10 21:52:01 +02:00

fix: go version breaking unit tests (#2754)

This commit is contained in:
Brian Ketelsen
2025-05-05 21:12:34 -04:00
committed by GitHub
parent 8eb280126a
commit 17c04258a4
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.24
check-latest: true
cache: true
- name: Get dependencies

2
go.mod
View File

@@ -1,6 +1,6 @@
module go-micro.dev/v5
go 1.23
go 1.24
toolchain go1.24.1