We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 778a993 commit 5f28de6Copy full SHA for 5f28de6
3 files changed
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ go-version: '1.21'
23
24
- name: Build
25
run: go build -v ./...
.github/workflows/lint.yml
@@ -18,7 +18,7 @@ jobs:
18
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
cache: false
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
go.mod
@@ -1,3 +1,3 @@
1
module github.com/extintor/bencode
2
3
-go 1.19
+go 1.21
0 commit comments