Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
vpereira committed Aug 23, 2024
1 parent de38358 commit 57c6ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: golang:1.19
image: golang:1.21
steps:
- uses: actions/checkout@v3
- name: Run make test
Expand Down
3 changes: 1 addition & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
version: '3'
services:
runner:
image: golang:1.19
image: golang:1.21
volumes:
- .:/brucutu
working_dir: /brucutu
Expand Down

0 comments on commit 57c6ed2

Please sign in to comment.