Skip to content

Commit

Permalink
Merge pull request #931 from NikitaSkrynnik/drop-k8s
Browse files Browse the repository at this point in the history
Drop k8s v1.20
  • Loading branch information
denis-tingaikin committed Dec 7, 2023
2 parents a72e1df + 1c1bcaa commit 455718f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ jobs:
fail-fast: false
matrix:
image:
- v1.27.1
- v1.26.3
- v1.25.8
- v1.24.6
- v1.23.12
- v1.22.13
- v1.28.0
- v1.27.2
- v1.26.4
- v1.25.11
- v1.24.15
- v1.23.17
- v1.22.17
- v1.21.14
- v1.20.15
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.9.0
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/networkservicemesh/integration-k8s-kind
go 1.20

require (
github.com/networkservicemesh/integration-tests v0.0.0-20231123124557-e85a73c81b2d
github.com/networkservicemesh/integration-tests v0.0.0-20231206083754-7c08d32b8b4b
github.com/stretchr/testify v1.8.1
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc h1:1L/OisEFsOyhwaqeJpYmM1nlJ2dBusUMiszPDBlUip0=
github.com/networkservicemesh/gotestmd v0.0.0-20220628095933-eabbdc09e0dc/go.mod h1:8EWnekTRNX+NxBdTFE24WqUoM7SgJHbiafDBrIIdOmQ=
github.com/networkservicemesh/integration-tests v0.0.0-20231123124557-e85a73c81b2d h1:cBZhTqQ/2s+FjaNcRvZOHhS9WpL9wu21S9KsClUA22U=
github.com/networkservicemesh/integration-tests v0.0.0-20231123124557-e85a73c81b2d/go.mod h1:o3+iZ6iQvk2ukrAxQhaDOXUPhhQRW4O9BMi6YolZ4pI=
github.com/networkservicemesh/integration-tests v0.0.0-20231206083754-7c08d32b8b4b h1:aIht/9oOF2GZhK7iFB6a99vTYD03T2+OixL3CvnLiwI=
github.com/networkservicemesh/integration-tests v0.0.0-20231206083754-7c08d32b8b4b/go.mod h1:o3+iZ6iQvk2ukrAxQhaDOXUPhhQRW4O9BMi6YolZ4pI=
github.com/pkg/errors v0.9.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
Expand Down

0 comments on commit 455718f

Please sign in to comment.