Skip to content

Commit 89f878a

Browse files
committed
Upgrade Go version from 1.19 to 1.20
1 parent 3c80c1a commit 89f878a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
name: Setup go
1414
uses: actions/setup-go@v3
1515
with:
16-
go-version: 1.19
16+
# Note: Using "go-version: 1.20" incorrectly matches with go version 1.2 (see https://github.com/actions/setup-go/issues/326)
17+
go-version: 1.20.*
1718
check-latest: true
1819

1920
# Configure git to keep LF on Windows, since linters such as goimports assumes this.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module github.com/albertony/npiperelay
22

3-
go 1.19
3+
go 1.20
44

55
require golang.org/x/sys v0.4.0

0 commit comments

Comments
 (0)