Skip to content

Commit

Permalink
Update: update CI to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
vcaesar committed Aug 22, 2024
1 parent 05afc83 commit 1c16e29
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 @@ -10,10 +10,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Set up Go 1.22
- name: Set up Go 1.23.0
uses: actions/setup-go@v1
with:
go-version: 1.22
go-version: 1.23.0
id: go

- name: Check out code into the Go module directory
Expand Down
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
build:
docker:
- image: golang:1.22.4
- image: golang:1.23.0
working_directory: /gopath/src/github.com/vcaesar/cedar
steps:
- checkout
Expand Down

0 comments on commit 1c16e29

Please sign in to comment.