Skip to content

Commit 5f28de6

Browse files
committed
Update to Go 1.21
1 parent 778a993 commit 5f28de6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.20'
22+
go-version: '1.21'
2323

2424
- name: Build
2525
run: go build -v ./...

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- uses: actions/checkout@v3
1919
- uses: actions/setup-go@v4
2020
with:
21-
go-version: '1.20'
21+
go-version: '1.21'
2222
cache: false
2323
- name: golangci-lint
2424
uses: golangci/golangci-lint-action@v3

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/extintor/bencode
22

3-
go 1.19
3+
go 1.21

0 commit comments

Comments
 (0)