Skip to content

Commit

Permalink
Merge pull request #8 from sebrandon1/go_update
Browse files Browse the repository at this point in the history
Update Go to v1.23.1
  • Loading branch information
sebrandon1 authored Sep 5, 2024
2 parents 5757581 + 216df22 commit 57e67b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/preflight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Set up Go 1.22
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.22.6
go-version: 1.23.1

- name: Disable default go problem matcher
run: echo "::remove-matcher owner=go::"
Expand Down

0 comments on commit 57e67b8

Please sign in to comment.