Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-rancher[bot]
a6357ebebf Update dependency go to v1.24.7 2025-09-04 04:35:37 +00:00
renovate-rancher[bot]
5bcd922919 Update actions/checkout action to v4.3.0 (#190)
Co-authored-by: renovate-rancher[bot] <119870437+renovate-rancher[bot]@users.noreply.github.com>
2025-08-12 08:27:09 -04:00
3 changed files with 3 additions and 3 deletions

View File

@@ -11,7 +11,7 @@ jobs:
steps:
- name: Checkout code
# https://github.com/actions/checkout/releases/tag/VERSION
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Install Go
# https://github.com/actions/setup-go/releases/tag/VERSION
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0

View File

@@ -12,7 +12,7 @@ jobs:
contents: write
steps:
- name : Checkout repository
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- name: Create release on Github
run: |

2
go.mod
View File

@@ -2,7 +2,7 @@ module github.com/rancher/dynamiclistener
go 1.24.0
toolchain go1.24.3
toolchain go1.24.7
require (
github.com/rancher/wrangler/v3 v3.2.2-rc.3