Skip to content

Commit

Permalink
updated go version in a workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
swelf19 committed Dec 1, 2023
1 parent f1fd1ea commit 887a388
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ jobs:
name: Test
runs-on: ubuntu-latest

env:
GOPRIVATE: github.com/neutron-org/neutron

steps:
- name: Set up Go 1.20
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 887a388

Please sign in to comment.