Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit f76d43b

Browse files
committed
fix: upgrade go version
Because some error messages has changed between 1.22 and 1.23 and the one asserted in the txtar files are from 1.23
1 parent f8df305 commit f76d43b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v4
1818
with:
19-
go-version: 1.21
19+
go-version-file: go.mod
2020

2121
- name: Build
2222
run: go build -v ./...

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/gnolang/gnopls
22

3-
go 1.22.2
3+
go 1.23
44

55
require (
66
github.com/dave/jennifer v1.7.0

0 commit comments

Comments
 (0)