We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5425749 + 7de5122 commit 91a98e6Copy full SHA for 91a98e6
.github/workflows/go-release.yml
@@ -24,7 +24,7 @@ jobs:
24
- goarch: arm64
25
goos: windows
26
steps:
27
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
28
- name: Set BUILD_TIME env
29
run: echo BUILD_TIME=$(TZ=UTC0 git show --quiet --date=iso-local --format="%cd") >> ${GITHUB_ENV}
30
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
13
14
15
- name: Set up Go
16
uses: actions/setup-go@v5
0 commit comments