Skip to content

Commit

Permalink
CI: Upgrade actions and Go version
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Sep 6, 2024
1 parent ac7af6f commit c478208
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Set up Go 1.14
uses: actions/setup-go@v1
- name: Set up Go 1.23
uses: actions/setup-go@v5
with:
go-version: 1.14
id: go
go-version: '1.23'

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

- name: Build
run: go build
Expand Down

0 comments on commit c478208

Please sign in to comment.