Skip to content

Commit

Permalink
Update setup-go action
Browse files Browse the repository at this point in the history
  • Loading branch information
treeder committed Oct 30, 2024
1 parent a7192e5 commit 99f5613
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/checkout@v4

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

- name: Bump version
Expand Down Expand Up @@ -89,13 +89,13 @@ jobs:
steps:

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

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

- name: build
run: |
Expand Down

0 comments on commit 99f5613

Please sign in to comment.