Skip to content

Commit

Permalink
Merge pull request #264 from spacemeshos/update-go-1.20
Browse files Browse the repository at this point in the history
Update to go 1.20
  • Loading branch information
fasmat authored Sep 7, 2023
2 parents 7714377 + 02df9f9 commit 225ee9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
name: CI

env:
go-version: "1.19"

# Controls when the action will run. Triggers the workflow on push or pull request
# events but only for the master branch
on:
Expand All @@ -19,7 +16,8 @@ jobs:
- name: set up go
uses: actions/setup-go@v4
with:
go-version: ${{ env.go-version }}
check-latest: true
go-version-file: "release/go/go.mod"

- name: lint and check build
run: |
Expand Down
2 changes: 1 addition & 1 deletion release/go/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/spacemeshos/api/release/go

go 1.19
go 1.20

require (
github.com/golang/protobuf v1.5.3
Expand Down

0 comments on commit 225ee9b

Please sign in to comment.