Skip to content

Commit 57e67b8

Browse files
authored
Merge pull request #8 from sebrandon1/go_update
Update Go to v1.23.1
2 parents 5757581 + 216df22 commit 57e67b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/preflight.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v4
1919

20-
- name: Set up Go 1.22
20+
- name: Set up Go 1.23
2121
uses: actions/setup-go@v5
2222
with:
23-
go-version: 1.22.6
23+
go-version: 1.23.1
2424

2525
- name: Disable default go problem matcher
2626
run: echo "::remove-matcher owner=go::"

0 commit comments

Comments
 (0)