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 952c204 commit 1ebfb44Copy full SHA for 1ebfb44
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: Checkout
10
uses: actions/checkout@master
11
- name: Setup Go
12
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v5
13
with:
14
go-version: '1.22'
15
- name: GoReleaser
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
fetch-depth: 0
16
17
18
- name: Setup ko
0 commit comments