We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bad2919 + 70cc4bd commit f18c6a7Copy full SHA for f18c6a7
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,9 +14,9 @@
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"
+ARG GOLANGCI_LINT_VERSION="v2.9.0"
20
ARG ADDLICENSE_VERSION="v1.2.0"
21
22
ARG LICENSE_ARGS="-c cli-docs-tool -l apache"
0 commit comments