We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ca144f commit 1b5aa8aCopy full SHA for 1b5aa8a
.github/workflows/mertricstest.yml
@@ -18,7 +18,7 @@ jobs:
18
19
metricstest:
20
runs-on: ubuntu-latest
21
- container: golang:1.23
+ container: golang:1.24
22
needs: branchtest
23
24
services:
.github/workflows/statictest.yml
@@ -9,7 +9,7 @@ on:
9
jobs:
10
statictest:
11
12
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v2
0 commit comments