Skip to content

Commit

Permalink
Merge pull request #382 from blinklabs-io/chore/deps-update-go
Browse files Browse the repository at this point in the history
chore(deps): update go to 1.20
  • Loading branch information
wolf31o2 authored Sep 8, 2023
2 parents 27d60b6 + 26d95b2 commit aa91952
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
tags:
- v*
branches:
- master
- main
pull_request:
permissions:
Expand All @@ -22,7 +21,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '<1.19'
go-version: 1.20.x
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '<1.19'
go-version: 1.20.x
- run: |
make test
Expand All @@ -19,6 +19,6 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '<1.19'
go-version: 1.20.x
- run: |
make
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/blinklabs-io/gouroboros

go 1.18
go 1.20

require (
github.com/fxamacker/cbor/v2 v2.4.0
Expand Down

0 comments on commit aa91952

Please sign in to comment.