Skip to content

Commit 5aadebf

Browse files
cursoragentlu4p
andcommitted
Update Go workflow to use Go 1.22 and latest setup-go action
Co-authored-by: lu4p <[email protected]>
1 parent f64ada7 commit 5aadebf

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.17.x]
7+
go-version: [1.22.x]
88
platform: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.platform }}
1010
steps:
1111
- name: Install Go
12-
uses: actions/setup-go@v2
12+
uses: actions/setup-go@v4
1313
with:
1414
go-version: ${{ matrix.go-version }}
1515
- name: Checkout code

testdata/scripts/generic_new.stdout

Whitespace-only changes.

testdata/scripts/generics.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,4 +277,5 @@ func main() {
277277
},
278278
},
279279
},
280-
}
280+
}
281+

0 commit comments

Comments
 (0)