Adding upstream version 3.5.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
0db83eaf7b
commit
3e8db4df26
14 changed files with 130 additions and 106 deletions
|
@ -111,11 +111,11 @@ def test_golang_versioned(tmp_path):
|
|||
tmp_path,
|
||||
golang,
|
||||
'go version',
|
||||
version='1.18.4',
|
||||
version='1.21.1',
|
||||
)
|
||||
|
||||
assert ret == 0
|
||||
assert out.startswith(b'go version go1.18.4')
|
||||
assert out.startswith(b'go version go1.21.1')
|
||||
|
||||
|
||||
def test_local_golang_additional_deps(tmp_path):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue