Skip to content

Commit

Permalink
chore: updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ngyewch committed Jul 15, 2024
1 parent 64f59b2 commit 42c79af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: CI

on:
push:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ~1.21
go-version: 1.22

- name: Download packages
run: go mod download
Expand All @@ -29,9 +29,9 @@ jobs:
run: go install .

- name: Setup protoc
uses: arduino/setup-protoc@v2
uses: arduino/setup-protoc@v3
with:
version: 25.1
version: 27.2

- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/ngyewch/protoc-gen-twirp-java/build.yml)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/ngyewch/protoc-gen-twirp-java/CI.yml)
![GitHub tag (with filter)](https://img.shields.io/github/v/tag/ngyewch/protoc-gen-twirp-java)

# protoc-gen-twirp-java
Expand Down

0 comments on commit 42c79af

Please sign in to comment.