Skip to content

Commit

Permalink
Merge pull request #1061 from cloud-barista/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/setup-go-3

Bump actions/setup-go from 2 to 3
  • Loading branch information
seokho-son authored Apr 11, 2022
2 parents 034a5b0 + 0bde493 commit 6db62c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make-swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}

Expand Down

0 comments on commit 6db62c4

Please sign in to comment.