Skip to content

Commit

Permalink
update go build version
Browse files Browse the repository at this point in the history
  • Loading branch information
aaqib-m committed Feb 16, 2024
1 parent 057a02c commit 0dab1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
${{ runner.os }}-go-
- name: Set up Go 1.x
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: ^1.13
go-version: '1.20'
id: go

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

- name: Get dependencies
run: go mod download
Expand Down

0 comments on commit 0dab1db

Please sign in to comment.