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 7a6d8e8 commit 94c4672Copy full SHA for 94c4672
.github/workflows/codeql-analysis.yml
@@ -12,7 +12,7 @@ jobs:
12
13
steps:
14
- name: Checkout repository
15
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
16
with:
17
# We must fetch at least the immediate parents so that if this is
18
# a pull request then we can checkout the head.
.github/workflows/go.yml
@@ -7,14 +7,12 @@ jobs:
7
runs-on: ubuntu-latest
8
9
10
- - name: Set up Go 1.14
11
- uses: actions/setup-go@v4.0.1
- with:
- go-version: 1.14
- id: go
-
- name: Check out code into the Go module directory
- uses: actions/checkout@v1
+
+ - name: Set up Go
+ uses: actions/setup-go@v5
+ id: go
19
- name: Swagger - Installation
20
run: go get -u github.com/swaggo/swag/cmd/swag
0 commit comments