Skip to content

Commit

Permalink
Update release workflow to go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-j-h committed Aug 11, 2022
1 parent f170bc1 commit d53beba
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 @@ -15,10 +15,10 @@ jobs:
os: ["ubuntu-latest", "macos-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Setup Go 1.13
- name: Setup Go 1.18
uses: actions/setup-go@v1
with:
go-version: 1.13
go-version: 1.18
- name: Check out project files
uses: actions/checkout@v2
- name: Extract version metadata
Expand Down

0 comments on commit d53beba

Please sign in to comment.