Skip to content

Commit

Permalink
bumping go version in release process (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
JaydipGabani authored Aug 3, 2022
1 parent dffe68e commit 1ec0a8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.16
- name: Set up Go 1.18
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.18

- name: Check out source code
uses: actions/checkout@v2
Expand Down

0 comments on commit 1ec0a8c

Please sign in to comment.