Skip to content

Commit

Permalink
build(backend): bump go version to 1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Feb 15, 2023
1 parent fd22e0b commit fa95299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18.3
go-version: 1.20.1
- run: make lint-backend
lint-commits:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18.3
go-version: 1.20.1
- run: make test-backend
test:
runs-on: ubuntu-latest
Expand All @@ -76,7 +76,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: 1.18.3
go-version: 1.20.1
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down

0 comments on commit fa95299

Please sign in to comment.