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 d7fb216 commit 52355f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
GOPRIVATE: github.com/neutron-org/neutron

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

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

0 comments on commit 52355f7

Please sign in to comment.