Skip to content

Commit

Permalink
update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
yedf2 committed Nov 24, 2024
1 parent e300734 commit 82e5f47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ jobs:
ports:
- '1433:1433'
steps:
- name: Set up Go 1.19
- name: Set up Go 1.23
uses: actions/setup-go@v2
with:
go-version: '1.19.3'
go-version: '1.23.3'

- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 82e5f47

Please sign in to comment.