Skip to content

Commit

Permalink
ci: bump go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisakura committed Sep 8, 2024
1 parent f9f5d03 commit 7ed0eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- dev

pull_request:
branches:
- main
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.23'

- name: Install dependencies
run: go mod download
Expand Down

0 comments on commit 7ed0eb2

Please sign in to comment.