Skip to content

Commit 483ee3a

Browse files
Update CI workflow to add push permissions and upgrade Go version to 1.24
1 parent 199dfd0 commit 483ee3a

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ permissions:
66
on:
77
pull_request:
88
branches: [ main ]
9+
push:
10+
branches: [ main ]
911

1012

1113
jobs:
@@ -17,7 +19,7 @@ jobs:
1719
- name: Set up Go
1820
uses: actions/setup-go@v5
1921
with:
20-
go-version: '1.23' # You can change this to your desired Go version
22+
go-version: '1.24' # You can change this to your desired Go version
2123

2224
- name: Build
2325
run: go build -v ./...

0 commit comments

Comments
 (0)