Skip to content

Commit

Permalink
Update Go version in GitHub workflow
Browse files Browse the repository at this point in the history
The Go version configured in the GitHub workflow (go.yml file) has been updated. This change allows the use of the version '1.21', ensuring alignment with the latest Go language improvements and bug fixes.
  • Loading branch information
mleku committed Jan 11, 2024
1 parent ed1776d commit 52f727e
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:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.21'

- name: Build
run: go get github.com/Hubmakerlabs/replicatr/pkg/bech32; go build ./...
Expand Down

0 comments on commit 52f727e

Please sign in to comment.