Skip to content
Prev Previous commit
Next Next commit
go 1.18.3 (nicksnyder#274)
  • Loading branch information
nicksnyder authored Jun 29, 2022
commit 57bd175f4eca85b370ebc664ec389a6c40d89d81
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.17.7
go-version: 1.18.3
- name: Git checkout
uses: actions/checkout@v2
- name: Build
Expand Down