We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b42badc commit 3097582Copy full SHA for 3097582
2 files changed
.github/workflows/test.yml
@@ -65,7 +65,7 @@ jobs:
65
name: Set up Go
66
uses: actions/setup-go@v6
67
with:
68
- go-version: "1.24"
+ go-version: "1.25"
69
-
70
name: Download modules
71
run: |
Dockerfile
@@ -14,7 +14,7 @@
14
# See the License for the specific language governing permissions and
15
# limitations under the License.
16
17
-ARG GO_VERSION="1.24"
+ARG GO_VERSION="1.25"
18
ARG XX_VERSION="1.9.0"
19
ARG GOLANGCI_LINT_VERSION="v2.7.1"
20
ARG ADDLICENSE_VERSION="v1.2.0"
0 commit comments