Skip to content

Commit

Permalink
Chore/release 1.5.8 (#46)
Browse files Browse the repository at this point in the history
* golang up to 1.20

* golang.org/x/net v0.5.0 => v0.6.0
  • Loading branch information
s0rg authored Feb 9, 2023
1 parent 5d09607 commit 84c5855
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20
check-latest: true
cache: true
- name: golangci-lint
Expand All @@ -35,7 +35,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20
check-latest: true
cache: true
- name: test-coverage
Expand All @@ -57,7 +57,7 @@ jobs:
- name: setup golang
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20
check-latest: true
cache: true
- name: init codeql
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: set up golang
uses: actions/setup-go@v3
with:
go-version: ^1.19
go-version: ^1.20
check-latest: true
cache: true
- name: build
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
run:
allow-parallel-runners: true
go: '1.19'
go: '1.20'

output:
format: 'colored-line-number'
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
module github.com/s0rg/crawley

go 1.19
go 1.20

require (
github.com/s0rg/compflag v1.1.0
github.com/s0rg/set v1.0.0
golang.org/x/net v0.5.0
golang.org/x/net v0.6.0
)
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ github.com/s0rg/compflag v1.1.0 h1:xhCUPLy+5Ue/Q9I/nIcLti2Ul6P42JYx4UvtYoDXmlQ=
github.com/s0rg/compflag v1.1.0/go.mod h1:XMntVpc3+jpmBe0s8xo4w9swH8T9ARGkMC9HFiDRoUw=
github.com/s0rg/set v1.0.0 h1:/MAmKEQ3Ltodli7/+e8iSTKNwhzmvxkmSDZO8BMTFbE=
github.com/s0rg/set v1.0.0/go.mod h1:n2TtovR+7TrBIztw+6muV9ZLRuDIimsd8YyTN+QBmHQ=
golang.org/x/net v0.5.0 h1:GyT4nK/YDHSqa1c4753ouYCDajOYKTja9Xb/OHtgvSw=
golang.org/x/net v0.5.0/go.mod h1:DivGGAXEgPSlEBzxGzZI+ZLohi+xUj054jfeKui00ws=
golang.org/x/net v0.6.0 h1:L4ZwwTvKW9gr0ZMS1yrHD9GZhIuVjOBBnaKH+SPQK0Q=
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=

0 comments on commit 84c5855

Please sign in to comment.