Skip to content

Commit

Permalink
deps: Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
yukimochi committed Jul 31, 2024
1 parent 3cb87d3 commit 42123de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
go-version: 1.22.x
- name: Execute test and upload coverage
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.21.6-alpine AS build
FROM golang:1.22.5-alpine AS build

WORKDIR /Activity-Relay
COPY . /Activity-Relay
Expand Down

0 comments on commit 42123de

Please sign in to comment.