Skip to content

Commit

Permalink
Merge pull request #286 from SUSE/golang_121
Browse files Browse the repository at this point in the history
Add Golang 1.21 as stable
  • Loading branch information
dirkmueller authored Aug 17, 2023
2 parents 06fb816 + cdad135 commit 2e5b712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions bci_tester/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,8 +312,8 @@ def create_BCI(
extra_marks=[pytest.mark.__getattr__(f"golang_{stability}")],
)
for golang_version, stability in (
("1.19", "oldstable"),
("1.20", "stable"),
("1.20", "oldstable"),
("1.21", "stable"),
)
]

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ markers = [
'git_latest',
'helm_latest',
'nginx_latest',
'golang_1.19',
'golang_1.20',
'golang_1.21',
'golang_oldstable',
'golang_stable',
'nodejs_16',
Expand Down

0 comments on commit 2e5b712

Please sign in to comment.