Skip to content

Commit

Permalink
ci: Upgrade to golang 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Feb 11, 2023
1 parent bd6863c commit 69135c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.20.0"
- uses: golangci/golangci-lint-action@v3
with:
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.20.0"
- run: make code/build
build-cross:
if: |
Expand All @@ -93,7 +93,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.20.0"
- run: make code/build-cross
test:
if: |
Expand All @@ -108,7 +108,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "^1.19.0"
go-version: "^1.20.0"
- run: |
if [ -f /usr/local/bin/dockerize ]; then
echo "dockerize found; skipping installation";
Expand Down

0 comments on commit 69135c5

Please sign in to comment.