Skip to content

Commit 4ebdddb

Browse files
authored
Bump actions/setup-go from 3 to 4 (#12)
2 parents d041fb9 + fedf80e commit 4ebdddb

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3
14-
- uses: actions/setup-go@v3
14+
- uses: actions/setup-go@v4
1515
with:
1616
go-version: '1.20'
1717
cache: true

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
- uses: actions/checkout@v3
1616
with:
1717
ref: ${{ github.ref }}
18-
- uses: actions/setup-go@v3
18+
- uses: actions/setup-go@v4
1919
with:
2020
go-version: '1.20'
21-
cache: true
2221
- name: Build Release Assets
2322
run: make all
2423
env:

0 commit comments

Comments
 (0)