Skip to content

Commit

Permalink
Update Go build version to 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Gehrsitz committed Oct 14, 2023
1 parent cd54112 commit 9a656bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.13
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.13
go-version: 1.21
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: setup go
uses: actions/setup-go@v4
with:
go-version: 1.14
go-version: 1.21
- name: checkout
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 9a656bd

Please sign in to comment.