Skip to content

Commit

Permalink
bump go version
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Nov 5, 2023
1 parent 07b0934 commit e674af5
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 @@ -8,10 +8,10 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Go 1.14
uses: actions/setup-go@v1
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.14
go-version: 1.21
- name: Get dependencies
run: |
go get -v -t -d ./...
Expand Down

0 comments on commit e674af5

Please sign in to comment.