We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e83916f commit d05b007Copy full SHA for d05b007
.github/workflows/go.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
12
13
- name: Set up Go
14
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
15
with:
16
go-version: 1.20.2
17
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Fetch all tags
21
run: git fetch --force --tags
22
23
24
25
26
- name: Login to GitHub Container Registry
0 commit comments