Skip to content

Commit

Permalink
fix: Updated golang to version 1.20.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbarrow committed Oct 2, 2023
1 parent f835458 commit 2663327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
go: ['1.20']
go: ['1.20.8']
steps:
- name: Set up Go ${{ matrix.go }}
uses: actions/setup-go@v2
Expand Down

0 comments on commit 2663327

Please sign in to comment.