Skip to content

Commit

Permalink
Update go ver
Browse files Browse the repository at this point in the history
  • Loading branch information
batphonghan committed May 23, 2024
1 parent 9ca173e commit 951be23
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 @@ -17,10 +17,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go 1.19
- name: Set up Go 1.21
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'
cache: false

- name: Golangci-lint
Expand All @@ -36,7 +36,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v5
with:
go-version: '1.19'
go-version: '1.21'
cache: false

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 951be23

Please sign in to comment.