Return network error when logging in and the network connection fails (#3432)

This commit is contained in:
Mark Theunissen
2024-09-21 01:55:47 +10:00
committed by GitHub
parent 9bfed73b03
commit 19e6cc87c2
6 changed files with 40 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.22.7
go-version: 1.22
check-latest: true
- name: Get official govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
@@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: [ 1.22.7 ]
go-version: [ 1.22 ]
os: [ ubuntu-latest ]
steps:
- name: Check out code