Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: go-vela/vela-k6
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c19a0890f5ec062d7b5d4012d8cf47f99e513e3b
Choose a base ref
..
head repository: go-vela/vela-k6
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dcd17ab6b0fbafd0ce88439d6d3d8d3e18b2ba4
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 go.mod
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ module github.com/go-vela/vela-k6

go 1.21

toolchain go1.22.2
toolchain go1.22.3

require (
github.com/Masterminds/semver/v3 v3.2.1