Skip to content

Commit

Permalink
build(backend): bump go version to 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
o1egl committed Jun 3, 2022
1 parent 540ddf4 commit b16982d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: 1.18.1
go-version: 1.18.3
- 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.1
go-version: 1.18.3
- 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.1
go-version: 1.18.3
- uses: actions/setup-node@v2
with:
node-version: '16'
Expand Down

0 comments on commit b16982d

Please sign in to comment.