Skip to content

Commit 6b01785

Browse files
authored
Merge pull request #129 from spacemeshos/update-go-1.23
Update used go version to 1.23.2
2 parents bd735ea + 697d6d7 commit 6b01785

File tree

7 files changed

+377
-244
lines changed

7 files changed

+377
-244
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22

33
env:
4-
go-version: "1.22"
4+
go-version: "1.23"
55

66
# Controls when the action will run. Triggers the workflow on push or pull request
77
# events but only for the main branch
@@ -40,7 +40,7 @@ jobs:
4040
- name: lint
4141
run: |
4242
make install
43-
make lint-github-action
43+
make lint
4444
4545
build:
4646
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Release
22

33
env:
4-
go-version: "1.22"
4+
go-version: "1.23"
55

66
on:
77
release:

0 commit comments

Comments
 (0)