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 72c7d76 commit ef14f6eCopy full SHA for ef14f6e
.github/workflows/go-cross.yml
@@ -24,7 +24,7 @@ jobs:
24
steps:
25
# https://github.com/marketplace/actions/checkout
26
- name: Checkout code
27
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
28
29
# https://github.com/marketplace/actions/setup-go-environment
30
- name: Set up Go ${{ matrix.go-version }}
.github/workflows/main.yml
@@ -4,8 +4,6 @@ on:
4
push:
5
branches:
6
- main
7
- tags:
8
- - v*
9
pull_request:
10
11
@@ -24,7 +22,7 @@ jobs:
22
23
- name: Check out code
with:
fetch-depth: 0
0 commit comments