Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
morphy2k committed Feb 26, 2020
1 parent 2aae8d9 commit fddf25b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.13'
go-version: '1.14'

- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: '1.13'
go-version: '1.14'

- name: Check out code into the Go module directory
uses: actions/checkout@v1
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/tarkov-database/rest-api

go 1.13
go 1.14

require (
github.com/gbrlsnchs/jwt/v3 v3.0.0-rc.1
Expand Down

0 comments on commit fddf25b

Please sign in to comment.