Skip to content

Commit e6b54d7

Browse files
committed
Upgrade to Go 1.21 in Github Actions
1 parent d0d56d3 commit e6b54d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-go@v5
1212
with:
13-
go-version: "1.17"
13+
go-version: "1.21"
1414
- run: make test
1515
build:
1616
runs-on: ubuntu-latest
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v4
2020
- uses: actions/setup-go@v5
2121
with:
22-
go-version: "1.17"
22+
go-version: "1.21"
2323
- run: make build
2424
- uses: actions/upload-artifact@v4
2525
with:

0 commit comments

Comments
 (0)