Skip to content

Commit a85184f

Browse files
Bump actions/setup-go from 3 to 4 (#18)
1 parent 19b63a3 commit a85184f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ matrix.platform }}
1515
steps:
1616
- name: Install Go
17-
uses: actions/setup-go@v3
17+
uses: actions/setup-go@v4
1818
with:
1919
go-version: ${{ matrix.go-version }}
2020
- name: Checkout code
@@ -33,7 +33,7 @@ jobs:
3333
- name: Checkout code
3434
uses: actions/checkout@v3
3535
- name: Install Go
36-
uses: actions/setup-go@v3
36+
uses: actions/setup-go@v4
3737
with:
3838
go-version: 1.19.x
3939
- name: Test

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout code
1111
uses: actions/checkout@v3
1212
- name: Install Go
13-
uses: actions/setup-go@v3
13+
uses: actions/setup-go@v4
1414
with:
1515
cache: true
1616
go-version: 1.19.x

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Fetch all tags
2222
run: git fetch --force --tags
2323
- name: Install Go
24-
uses: actions/setup-go@v3
24+
uses: actions/setup-go@v4
2525
with:
2626
cache: true
2727
go-version: 1.19.x

0 commit comments

Comments
 (0)