Skip to content

Commit

Permalink
chore: update go version for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-gang committed May 28, 2024
1 parent 0e01f2b commit eb90436
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17.x
go-version: 1.21.x
- name: Set up Python
uses: actions/setup-python@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist
__pycache__
vendor
vendor
.history/

0 comments on commit eb90436

Please sign in to comment.