Skip to content

Commit

Permalink
Update Go to 1.17.5 (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebrandon1 authored Dec 21, 2021
1 parent ff76ec6 commit 5b34061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.5

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go 1.17
uses: actions/setup-go@v2
with:
go-version: 1.17.3
go-version: 1.17.5

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 5b34061

Please sign in to comment.