Skip to content

Commit

Permalink
fix(ci): use go 1.18 in release job (#1013)
Browse files Browse the repository at this point in the history
  • Loading branch information
noahdietz authored Sep 8, 2022
1 parent 38a2637 commit b520df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
inspect:
runs-on: ubuntu-latest
container: golang:1.14
container: golang:1.18
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: "1.14"
go-version: "1.18"
- uses: actions/checkout@v3
# The API linter does not use these, but we need them to build the
# binaries.
Expand Down

0 comments on commit b520df6

Please sign in to comment.