Skip to content

Commit 3d2cb4f

Browse files
committed
ci: Update Go version, install action.
1 parent 6b2e859 commit 3d2cb4f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,12 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [~1.17, ^1]
7+
go-version: [~1.19, ^1]
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
10-
env:
11-
GO111MODULE: "on"
1210
steps:
1311
- name: Install Go
14-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v5
1513
with:
1614
go-version: ${{ matrix.go-version }}
1715
- name: Checkout code

0 commit comments

Comments
 (0)