Skip to content

Commit 3c7f02b

Browse files
committed
update go to v1.20.x
update go to v1.20.x
1 parent 767faec commit 3c7f02b

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ jobs:
3333
sudo make install install-info
3434
- name: Show git version
3535
run: git version
36-
- name: Use Go 1.16.x
37-
uses: actions/setup-go@v2
36+
- name: Use Go 1.20.x
37+
uses: actions/setup-go@v4
3838
with:
39-
go-version: '~1.16.0'
39+
go-version: '~1.20'
4040
- name: Test
4141
run: go test -test.v

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
sha_linux: ${{ steps.shasum.outputs.sha_linux }}
1717
steps:
1818
- uses: actions/checkout@main
19-
- name: Use Go 1.16.x
20-
uses: actions/setup-go@v2
19+
- name: Use Go 1.20.x
20+
uses: actions/setup-go@v4
2121
with:
22-
go-version: '~1.16.0'
22+
go-version: '~1.20'
2323
- name: Test
2424
run: go test
2525
env:

.github/workflows/virustotal.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
uses: actions/checkout@v3
1212
-
1313
name: Set up Go
14-
uses: actions/setup-go@v3
14+
uses: actions/setup-go@v4
1515
with:
16-
go-version: '~1.16.0'
16+
go-version: '~1.20'
1717
-
1818
name: Build
1919
run: |

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/remotemobprogramming/mob/v4
22

3-
go 1.15
3+
go 1.20

0 commit comments

Comments
 (0)