We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f7bdc52 + d3945e3 commit d852da7Copy full SHA for d852da7
2 files changed
.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
17
sudo apt-get -y update
18
sudo apt-get -y install rpm
19
- name: Setup Go
20
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
21
with:
22
go-version: ${{ env.GO_VERSION }}
23
- name: Checkout code
.github/workflows/test.yaml
@@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v5
- name: Set up Go
24
25
0 commit comments