You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
os-version:
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
golang:
2:1.18~0ubuntu2
docker:
Docker version 24.0.5, build ced0996
docker-compose:
Docker Compose version v2.18.1
make:
GNU Make 4.3
Built for x86_64-pc-linux-gnu
Copyright (C) 1988-2020 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
When I git clone the repo, and run the command: make up,
there occurred some errors:
there is my dev env:
When I git clone the repo, and run the command:
make up
,there occurred some errors:
I found that the env requirements of thanos after the thanos source code builted like this:
but when I went to the thanos repo and saw that in the file go.mod, the required version is:
go 1.18
So i'm confused, why the required go version is not consistent after using the source package 😢
The text was updated successfully, but these errors were encountered: