Skip to content

Commit

Permalink
chore(deps): bump actions/setup-go from 3.5.0 to 4.1.0 (#2749)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and whynowy committed Aug 31, 2023
1 parent 14eeaf6 commit 00aced4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"
- name: Restore go build cache
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"
- name: Restore go build cache
Expand All @@ -95,7 +95,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"
- name: Restore go build cache
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"
- name: Restore go build cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
python-version: 3.9
- name: Setup Golang
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: '1.20'
- name: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3.5.0
uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
else
echo "VERSION=${GITHUB_REF##*/}" >> $GITHUB_ENV
fi
- uses: actions/setup-go@v3.5.0
- uses: actions/setup-go@v4.1.0
with:
go-version: "1.20"
- uses: actions/checkout@v3
Expand Down

0 comments on commit 00aced4

Please sign in to comment.