Skip to content

Commit

Permalink
Upgrade CI to Go 1.23, require Go 1.22+ (#80)
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek authored Feb 4, 2025
1 parent 94ac808 commit 84db2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.23"

- name: Regenerate examples
run: cd _examples && make generate

- name: Git diff of regenerated files
run: cd _examples && make diff
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/webrpc/gen-golang

go 1.16
go 1.22

0 comments on commit 84db2b0

Please sign in to comment.