Skip to content

Commit

Permalink
bump go version in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Boten <[email protected]>
  • Loading branch information
Alex Boten committed Oct 26, 2023
1 parent e92f968 commit 55c7554
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: "1.20"
- uses: actions/checkout@v3

- name: golangci-lint
Expand All @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: "1.20"

- uses: actions/checkout@v3

Expand All @@ -36,7 +36,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19.1
go-version: "1.20"

- uses: actions/checkout@v3
- run: make build

0 comments on commit 55c7554

Please sign in to comment.